1
0
Fork 0

optical changes

This commit is contained in:
Christopher Leopold 2022-11-04 08:12:27 +01:00
parent abaac3278d
commit d739e3a179
13 changed files with 60 additions and 62 deletions

View file

@ -4,32 +4,32 @@ Repository for ready-to-go Services running in docker containers via docker-comp
#### requirements: #### requirements:
- installed system with docker-compose - installed system with docker-compose
- access to /services, most services will be running there - access to /services, most services will be running there
#### services: #### services:
- Adguard Home - Adguard Home
- running your own adblocker within your network - running your own adblocker within your network
- further services like dhpc server included - further services like dhpc server included
- Caddy - Caddy
- ready-to-go proxy which automatically provide SSL certs for your domains - ready-to-go proxy which automatically provide SSL certs for your domains
- FreshRSS - FreshRSS
- runnning your own hub for Reading RSS feeds from different sources - runnning your own hub for Reading RSS feeds from different sources
- Ghost - Ghost
- blogging platform to create your own blog site - blogging platform to create your own blog site
- Gitea - Gitea
- running your own lightweight Github similar instance - running your own lightweight Github similar instance
- Gogs - Gogs
- running your own lightweight Github similar instance - running your own lightweight Github similar instance
- InfluxDB / Grafana / Telegraf / Caddy - InfluxDB / Grafana / Telegraf / Caddy
- all in one container stack for running a stack for fetching, storing and visualizing time series data - all in one container stack for running a stack for fetching, storing and visualizing time series data
- secured by Caddy proxy - secured by Caddy proxy
- Nextcloud - Nextcloud
- selfhosted file storage and sharing platform - selfhosted file storage and sharing platform
- Seafile - Seafile
- selfhosted file storage and sharing platform - selfhosted file storage and sharing platform
- Uptime Kuma - Uptime Kuma
- simple monitoring solution for your services including telegram notifications - simple monitoring solution for your services including telegram notifications
- Vaultwarden - Vaultwarden
- running your own Bitwarden similar instance for storing your credentials - running your own Bitwarden similar instance for storing your credentials

View file

@ -2,12 +2,12 @@
### requirements: ### requirements:
- installed linux system with docker-compose - installed linux system with docker-compose
- running in /services/adguard - running in /services/adguard
### configuration: ### configuration:
- webinterface reachable via port 3000 - webinterface reachable via port 3000
Website: Website:
https://adguard.com https://adguard.com

View file

@ -4,9 +4,9 @@ Running Caddyserver as proxy with automatic SSL Certs for your Websites.
### requirements: ### requirements:
- installed linux system with docker-compose - installed linux system with docker-compose
- running in /services/caddy - running in /services/caddy
- adjust the values in Caddyfile to your services and rename it to Caddyfile - adjust the values in Caddyfile to your services and rename it to Caddyfile
Website: Website:
https://caddyserver.com https://caddyserver.com

View file

@ -2,9 +2,9 @@
### requirements: ### requirements:
- installed system with docker-compose - installed system with docker-compose
- running in /services/freshrss/ - running in /services/freshrss/
- adjust env_example and rename to .env - adjust env_example and rename to .env
Website: Website:
https://freshrss.org https://freshrss.org

View file

@ -2,9 +2,8 @@
#### requirements: #### requirements:
- /services/ghost created, copy docker-compose.yaml to this. - /services/ghost created, copy docker-compose.yaml to this.
- adjust env_example and rename to .env - adjust env_example and rename to .env
Website: Website:
https://ghost.org https://ghost.org

View file

@ -2,9 +2,9 @@
### requirements: ### requirements:
- installed linux system with docker-compose - installed linux system with docker-compose
- running in /services/gitea - running in /services/gitea
- adjust env_example and rename to .env - adjust env_example and rename to .env
Website: Website:
https://gitea.io https://gitea.io

View file

@ -2,8 +2,8 @@
### requirements: ### requirements:
- installed linux system with docker-compose - installed linux system with docker-compose
- running in /services/gogs - running in /services/gogs
Website: Website:
https://gogs.io https://gogs.io

View file

@ -4,10 +4,9 @@ Ready to go container stack for deploying InfluxDB v2, Grafana, Telegraf and web
#### requirements: #### requirements:
- domain "influx.domain.com" and "grafana.domain.com" with setup A / AAAA records to the server - domain "influx.domain.com" and "grafana.domain.com" with setup A / AAAA records to the server
- /services/influxdb-grafana-telegraf created, copy docker-compose.yaml to this. - /services/influxdb-grafana-telegraf created, copy docker-compose.yaml to this.
- caddyfile_sample needs to be adjusted and moved to /services/influxdb-grafana-telegraf/caddy/Caddyfile - caddyfile_sample needs to be adjusted and moved to /services/influxdb-grafana-telegraf/caddy/Caddyfile
Websites: Websites:
https://www.influxdata.com/ https://www.influxdata.com/

View file

@ -4,9 +4,9 @@ NetBox is the leading solution for modeling and documenting modern networks. By
### requirements: ### requirements:
- installed system with docker-compose - installed system with docker-compose
- running in /services/netbox/ - running in /services/netbox/
- adjust env_example and rename to .env - adjust env_example and rename to .env
Website: Website:
https://github.com/netbox-community/netbox https://github.com/netbox-community/netbox

View file

@ -2,10 +2,10 @@
### requirements: ### requirements:
- installed system with docker-compose - installed system with docker-compose
- running in /services/nextcloud/ - running in /services/nextcloud/
- adjust env_example and rename to .env - adjust env_example and rename to .env
- on setup use MySQL and nextcloud-db as host - on setup use MySQL and nextcloud-db as host
Website: Website:
https://nextcloud.com https://nextcloud.com

View file

@ -2,9 +2,9 @@
### requirements: ### requirements:
- installed system with docker-compose - installed system with docker-compose
- running in /services/seafile/ - running in /services/seafile/
- adjust env_example and rename to .env - adjust env_example and rename to .env
Website: Website:
https://seafile.com https://seafile.com

View file

@ -2,9 +2,9 @@
### requirements: ### requirements:
- installed linux system with docker-compose - installed linux system with docker-compose
- running in /services/uptime - running in /services/uptime
- adjust env_example and rename to .env - adjust env_example and rename to .env
Website: Website:
https://github.com/louislam/uptime-kuma https://github.com/louislam/uptime-kuma

View file

@ -2,8 +2,8 @@
#### requirements: #### requirements:
- /services/vaultwarden created, copy docker-compose.yaml to this. - /services/vaultwarden created, copy docker-compose.yaml to this.
- adjust env_example and rename to .env - adjust env_example and rename to .env
Website: Website:
https://github.com/dani-garcia/vaultwarden https://github.com/dani-garcia/vaultwarden