Tom Wiesing
|
8235ea9105
|
Require access to Still via method
This commit adds a safeguard to accessing the still from a specific
component by requiring access via the component.GetStill method.
|
2024-04-08 22:39:32 +02:00 |
|
Tom Wiesing
|
5ef2e14ae9
|
Allow not serving the toplevel domain
|
2023-11-02 14:15:10 +01:00 |
|
Tom
|
588cb7ebaa
|
stack: Do not use templates for env files
This commit removes the templating logic for writing .env files.
Instead it simply writes a key-value directory directly to the destined
file.
|
2023-07-14 14:06:10 +02:00 |
|
Tom Wiesing
|
85c63f24a9
|
ssh: Update help page and allow service forwarding
|
2023-04-12 13:42:27 +02:00 |
|
Tom Wiesing
|
e969351f8e
|
config/network: Prepare for multiple networks
This commit futures proofs the code to allow for usage of more than one
docker network.
|
2023-03-13 10:11:28 +01:00 |
|
Tom Wiesing
|
f0073a649f
|
Multiplex http and ssh ports
|
2023-03-08 11:27:19 +01:00 |
|
Tom Wiesing
|
473040a69f
|
Remove environment.Environment struct
This commit completely removes the environment struct as it is no longer
used.
|
2023-03-02 12:52:51 +01:00 |
|
Tom Wiesing
|
945329a080
|
Move to yaml-based configuration
This commit updates the configuration to be yaml-based and updates the
configuration to read in a yaml file.
|
2023-02-25 09:14:56 +01:00 |
|
Tom Wiesing
|
bcd1805001
|
Add SSH Key Management
|
2023-01-15 19:41:00 +01:00 |
|
Tom Wiesing
|
4752c0fcec
|
Make SSH_PORT configurable
|
2022-11-17 09:43:01 +01:00 |
|
Tom Wiesing
|
5bceaa0d47
|
Forward ssh2 ports into docker
|
2022-11-16 13:07:18 +01:00 |
|