notes/pvex.md

20 lines
960 B
Markdown
Raw Normal View History

2024-09-12 14:40:22 +00:00
# Home Server
2024-09-12 18:00:44 +00:00
## Server OS: [Proxmox Virtual Environment](https://pve.proxmox.com/wiki/Main_Page)
2024-09-12 14:40:22 +00:00
### Linux Containers:
2024-09-12 14:41:10 +00:00
| Software | Type | RAM | CPU |
2024-09-12 14:44:31 +00:00
|:---------------------|:-----------------------|:------|:--------|
2024-09-12 18:01:23 +00:00
| nginx | Reverse proxy | 1Gb | 1 core |
2024-09-12 14:41:10 +00:00
| vaultwarden | Password manager | 1Gb | 1 core |
| shlink | URL shortener | 1Gb | 1 core |
2024-09-12 18:01:23 +00:00
| forgejo | Git repository manager | 2Gb | 1 core |
2024-09-12 14:41:10 +00:00
| mysql | Database | 4Gb | 1 core |
| squid | Http proxy | 512Mb | 1 core |
2024-09-12 18:03:23 +00:00
| openjdk | Minecraft server | 10Gb | 4 cores |
2024-09-12 14:40:22 +00:00
### Vitual Machines:
2024-09-12 17:59:54 +00:00
| OS | Software | RAM | CPU |
|:---------------------|:-----------------------|:------|:--------|
2024-09-12 18:00:02 +00:00
| Windows 10 | Visual Studio | 10Gb | 4 cores |