diff --git a/readme.md b/readme.md index c681460..a4b0d52 100644 --- a/readme.md +++ b/readme.md @@ -1,3 +1,9 @@ # 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!