Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/weryskok/murs-nix-config
NixOS config for MURS
https://github.com/weryskok/murs-nix-config
Last synced: 22 days ago
JSON representation
NixOS config for MURS
- Host: GitHub
- URL: https://github.com/weryskok/murs-nix-config
- Owner: WerySkok
- Created: 2024-01-13T11:02:41.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-08-12T22:01:08.000Z (4 months ago)
- Last Synced: 2024-08-14T00:34:06.594Z (4 months ago)
- Language: Nix
- Size: 120 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# murs-nix-config
NixOS config for MURS## Impure dependencies
* `/etc/ssh/agenix_key` — key for decrypting secrets.
* `/var/www/murs-mc.ru` — murs-mc.ru sources have to be downloaded separately.## Port mapping
Opened ports:
* 22 - SSH
* 80, 443 — nginx
* 25565 — Minecraft
* 2022, 8080 — Wings daemon (users communicate with it directly)Ports* to be proxied:
* 3000 — Planka
* 3030 — Loki
* 3031 — Promtail
* 8001 — Pterodactyl panel
* 8002 — Grafana
* 8003 — votesystem
* 9001 — Prometheus
* 22480 — phpmyadmin*Due to a [bug](https://github.com/NixOS/nixpkgs/issues/111852), these ports have to be specified in Docker like `127.0.0.1:8000:8000`, with `127.0.0.1:` in the begining.
## TODOs
* Improved config handling for RcGcDw