Update README with missing services and new progress
This commit is contained in:
parent
829514a7ca
commit
1ea230f7c9
13
README.md
13
README.md
@ -3,7 +3,7 @@
|
|||||||
| Name | Usage | Accessibility | Host | DB type | Automated backups | Configured |
|
| Name | Usage | Accessibility | Host | DB type | Automated backups | Configured |
|
||||||
| -- | -- | -- | -- | -- | -- | -- |
|
| -- | -- | -- | -- | -- | -- | -- |
|
||||||
| therbron.com | Personal website | Public | Socrates | - | Nothing to backup | No |
|
| therbron.com | Personal website | Public | Socrates | - | Nothing to backup | No |
|
||||||
| Traefik | Reverse proxy and load balancer | Public* | Socrates | - | Git configuration | Partial (Missing TLS) |
|
| Traefik | Reverse proxy and load balancer | Public* | Socrates | - | Git configuration | Yes |
|
||||||
| Adguard | DNS ad blocker and custom DNS server | Private | Socrates | - | <center> ? </center> | Yes |
|
| Adguard | DNS ad blocker and custom DNS server | Private | Socrates | - | <center> ? </center> | Yes |
|
||||||
| Owncloud Infinity Scale | File hosting webUI | Public | Plato | PostgreSQL | <center> ? </center> | No |
|
| Owncloud Infinity Scale | File hosting webUI | Public | Plato | PostgreSQL | <center> ? </center> | No |
|
||||||
| Home assistant | Home automation and monitoring | Private | Pythagoras-a | PostgreSQL | <center> ? </center> | No |
|
| Home assistant | Home automation and monitoring | Private | Pythagoras-a | PostgreSQL | <center> ? </center> | No |
|
||||||
@ -11,12 +11,17 @@
|
|||||||
| Gitlab | Version control system | Public | Pythagoras-b | PostgreSQL | <center> ? </center> | No |
|
| Gitlab | Version control system | Public | Pythagoras-b | PostgreSQL | <center> ? </center> | No |
|
||||||
| Wiki | Documentation manager | Public | Pythagoras-b | - | <center> ? </center> | No (Migrate to VuePress and Gitlab) |
|
| Wiki | Documentation manager | Public | Pythagoras-b | - | <center> ? </center> | No (Migrate to VuePress and Gitlab) |
|
||||||
| Vaultwarden | Password manager | Public | Pythagoras-b | PostgreSQL | <center> ? </center> | No |
|
| Vaultwarden | Password manager | Public | Pythagoras-b | PostgreSQL | <center> ? </center> | No |
|
||||||
|
| Synapse | Matrix server - Message centralizer | Public | Pythagoras-b | PostgreSQL | <center> ? </center> | No |
|
||||||
|
| PaperlessNG | PDF viewer and organiser | Public | Pythagoras-b | PostgreSQL | <center> ? </center> | No |
|
||||||
|
| Raspsnir | Bachelor memorial website | Public | Pythagoras-b | PostgreSQL | <center> ? </center> | No |
|
||||||
| Jellyfin | Media streaming | Public | Archimedes | - | <center> ? </center> | No |
|
| Jellyfin | Media streaming | Public | Archimedes | - | <center> ? </center> | No |
|
||||||
| Sonarr | TV shows collection manager | Private | Plato | SQLite** | <center> ? </center> | No |
|
| Sonarr | TV shows collection manager | Private | Plato | SQLite** | <center> ? </center> | No |
|
||||||
| Radarr | Movie collection manager | Private | Plato | SQLite** | <center> ? </center> | No |
|
| Radarr | Movie collection manager | Private | Plato | SQLite** | <center> ? </center> | No |
|
||||||
| Jackett | Torrent indexer | Private | Plato | - | <center> ? </center> | No |
|
| Jackett | Torrent indexer | Private | Plato | - | <center> ? </center> | No |
|
||||||
| Deluge | Torrent client | Private | Plato | - | <center> ? </center> | No |
|
| Deluge | Torrent client | Private | Plato | - | <center> ? </center> | No |
|
||||||
| Minecraft | Vanilla minecraft server for friends | Public | Archimedes | - | Longhorn snapshots | Yes |
|
| Minecraft | Vanilla minecraft server for friends | Public | Archimedes | - | Longhorn snapshots | Yes |
|
||||||
|
| Satisfactory | Satisfactory server for friends | Public | Archimedes | - | Longhorn snapshots | No |
|
||||||
|
| Space engineers | Space engineers server for friends | Public | Archimedes | - | Longhorn snapshots | No |
|
||||||
|
|
||||||
\* Configuration panel only available internally<br>
|
\* Configuration panel only available internally<br>
|
||||||
** Current implementation only support SQLite, making manual backups a necessity
|
** Current implementation only support SQLite, making manual backups a necessity
|
||||||
@ -28,8 +33,9 @@
|
|||||||
- Change host/deployment specific variables to use environment variables
|
- Change host/deployment specific variables to use environment variables
|
||||||
- Write CI/CD pipeline to create environment loaded files
|
- Write CI/CD pipeline to create environment loaded files
|
||||||
- Write CI/CD pipeline to deploy cluster
|
- Write CI/CD pipeline to deploy cluster
|
||||||
- Setup internal traefik as reverse proxy for internal only services
|
- Setup internal traefik with nodeport as reverse proxy for internal only services
|
||||||
- ~~Look into CockroachDB for redundant database~~
|
- Setup DB container sidecars for automated backups to Longhorn volume
|
||||||
|
- ~~Look into CockroachDB for redundant database~~ Judged too complicated, moving to a 1 to 1 relationship between services and databases
|
||||||
- ~~Configure IP range accessibility through Traefik (Internal vs external services)~~ Impossible because of flannel ip-masq
|
- ~~Configure IP range accessibility through Traefik (Internal vs external services)~~ Impossible because of flannel ip-masq
|
||||||
|
|
||||||
## Notes
|
## Notes
|
||||||
@ -47,3 +53,4 @@ Install longhorn
|
|||||||
```
|
```
|
||||||
kubectl apply -f https://raw.githubusercontent.com/longhorn/longhorn/master/deploy/longhorn.yaml
|
kubectl apply -f https://raw.githubusercontent.com/longhorn/longhorn/master/deploy/longhorn.yaml
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user