10 lines
696 B
Markdown
10 lines
696 B
Markdown
# Home of the venus network
|
|
All config to live in this git repo
|
|
sensitive files stored appropriatley on the server
|
|
# Architecture
|
|
Moving forward, I am relying on the traefic service for its ability to dynamically create proxies and allocate tls certs. This beats the hell out of using apache with a million old files and just making a new file for every new service, which was like 10 commands. Now all I have to do is correctly label any new container and just add it to the proxy network
|
|
|
|
# Current services
|
|
## Gitea
|
|
A self hosted github. I want control over my own projects and files. This is the way to do it. Works almost identically to github, except implementing basic features is harder!
|