Add 'dis' component
This commit adds a new 'dis' component to the distillery that serves a list of all known instances for the moment.
This commit is contained in:
parent
35bb95c5ca
commit
4b357476a3
43 changed files with 434 additions and 167 deletions
4
env/component_self.go
vendored
4
env/component_self.go
vendored
|
|
@ -16,6 +16,10 @@ func (SelfComponent) Name() string {
|
|||
return "self"
|
||||
}
|
||||
|
||||
func (SelfComponent) Context(parent stack.InstallationContext) stack.InstallationContext {
|
||||
return parent
|
||||
}
|
||||
|
||||
func (sc SelfComponent) Stack() stack.Installable {
|
||||
TARGET := "https://github.com/FAU-CDI/wisski-distillery"
|
||||
if sc.dis.Config.SelfRedirect != nil {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue