server-config/README.md
Harsh Shandilya 2488a80242
Update README
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
2020-04-08 04:51:42 +05:30

14 lines
1.3 KiB
Markdown

## server-config
Configuration files for various parts of my webserver
### Files
- [Caddyfile](Caddyfile): Configuration file for [caddyserver](https://caddyserver.com) instance that powers everything on my webserver.
- [systemd-units](systemd_units): Systemd units for various custom services I have on the webserver.
- [caddy.service](systemd_units/caddy.service): Unit for the caddyserver instance that powers everything.
- [goaccess.service](systemd_units/goaccess.service): Unit for the [GoAccess](https://goaccess.io) instance that powers [stats.msfjarvis.dev](https://stats.msfjarvis.dev)
- [mirror-bot.service](systemd_units/mirror-bot.service), [mirror-bot-2.service](systemd_units/mirror-bot-2.service): Systemd units for my copies of [aria-telegram-mirror-bot](https://github.com/out386/aria-telegram-mirror-bot).
- [uno-bot.service](systemd_units/uno-bot.service): Service unit for the [mau_mau_bot](https://github.com/msfjarvis/mau_mau_bot) instance I run to play UNO with friends.
- [walls-bot.service](systemd_units/walls-bot.service): Unit for the [walls-bot](https://github.com/msfjarvis/walls-bot) instance I run for my desktop walls collections.
- [walls-bot-rs.service](systemd_units/walls-bot-rs.service): Unit for the work-in-progress walls-bot rewrite [walls-bot-rs](https://github.com/msfjarvis/walls-bot-rs).