Add SSH Key Management
This commit is contained in:
parent
ef76844922
commit
bcd1805001
62 changed files with 1004 additions and 188 deletions
|
|
@ -1,13 +1,12 @@
|
|||
package liquid
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"net/url"
|
||||
)
|
||||
|
||||
// Domain returns the full domain name of this WissKI
|
||||
func (liquid *Liquid) Domain() string {
|
||||
return fmt.Sprintf("%s.%s", liquid.Slug, liquid.Malt.Config.DefaultDomain)
|
||||
return liquid.Config.HostFromSlug(liquid.Slug)
|
||||
}
|
||||
|
||||
// URL returns the public URL of this instance
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue