updated readme

This commit is contained in:
venus
2026-03-31 01:53:54 -05:00
parent 9e93196f17
commit 9d009fae22

View File

@@ -1,3 +1,9 @@
# Home of the venus network # Home of the venus network
All config to live in this git repo All config to live in this git repo
sensitive files stored appropriatley on the server 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!