mirror of
https://github.com/GHOSCHT/franz.git
synced 2024-12-26 20:20:38 +01:00
Improve readme & create logo
This commit is contained in:
parent
46a82a3807
commit
ff9726480d
3 changed files with 6426 additions and 1 deletions
40
README.md
40
README.md
|
@ -1,3 +1,41 @@
|
||||||
# Franz
|
# Franz
|
||||||
|
<div align="center">
|
||||||
|
<img src="assets/logo.png" alt="Logo" width="80" height="80">
|
||||||
|
<p>Collection of Docker Compose files for my homeserver</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
Collection of Docker Compose files for my homeserver
|
## Structure
|
||||||
|
|
||||||
|
The server is divided into several modular components which can be startet and stopped almost independently from one another.
|
||||||
|
Some are optional, while others are mandatory.
|
||||||
|
|
||||||
|
## Modules
|
||||||
|
|
||||||
|
### [dns](/dns)
|
||||||
|
|
||||||
|
An instance of pihole with unbound as a recursive dns for more privacy.
|
||||||
|
|
||||||
|
### [infrastructure](/infrastructure)
|
||||||
|
|
||||||
|
Traefik runs as a reverse proxy with pihole supplying the custom domain. Homarr was chosen as a dashboard for all services.
|
||||||
|
|
||||||
|
### [media](/media) (Optional)
|
||||||
|
|
||||||
|
An automated media server setup with jellyfin, radarr, sonarr, bazarr, prowlarr, transmission and windscribe
|
||||||
|
|
||||||
|
### [nas](/nas) (Optional)
|
||||||
|
|
||||||
|
An instance of nextcloud and a smb share.
|
||||||
|
|
||||||
|
### [volman](/volman) (Optional)
|
||||||
|
|
||||||
|
My default setup to manage docker volume contents. Mount several data volumes or path mappings to exchangel, position and backup data.
|
||||||
|
|
||||||
|
## Setup
|
||||||
|
|
||||||
|
Use `sudo docker network create -d bridge traefik-net` to create network for traefik.
|
||||||
|
In every module subfolder you can run `sudo docker compose up -d` to start a module and `sudo docker compose down` to stop it.
|
||||||
|
|
||||||
|
## License
|
||||||
|
|
||||||
|
Distributed under the MIT License. See `LICENSE` for more information.
|
||||||
|
|
6387
assets/logo.ai
Normal file
6387
assets/logo.ai
Normal file
File diff suppressed because one or more lines are too long
BIN
assets/logo.png
Normal file
BIN
assets/logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 37 KiB |
Loading…
Reference in a new issue