DockerPrograms/README.md

18 lines
938 B
Markdown
Raw Normal View History

2023-12-22 19:51:58 +00:00
# Dockerfiles
Many of the `docker-compose.y(a)ml`s have comments inside of them.
At least take a look at these, and/or the README files in the directories.
Use your common sense to bring these into production use.
2023-12-22 20:03:55 +00:00
## What do these do?
* [FileBrowser](https://github.com/filebrowser/filebrowser) is a web-based file-browser.
2023-12-22 20:05:49 +00:00
* [Gitea](https://about.gitea.com/) - self-hosted git service. Feels like Github.
2023-12-22 20:03:55 +00:00
* [Jellyfin](https://jellyfin.org/) - media self-hosting. Feels like modern streaming services.
* [Pacoloco](https://github.com/anatol/pacoloco) - pre-fetch Arch updates. Can signficianly improve update times.
* [Rabbitmq](https://www.rabbitmq.com/) - message broker for micro-services. Only here for templating.
* Tracing - several docker containers all in one. For combining OTel with Nginx.
2023-12-22 20:07:59 +00:00
* [qBittorrent](https://github.com/qbittorrent/qBittorrent) - qBittorrent but in the web. Allows you to practically seed for longer.
2023-12-22 20:03:55 +00:00