Compare commits
13 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 5f602e6075 | |||
| c94ddaf4f0 | |||
| 05a9f7fd35 | |||
| 7e3a038a64 | |||
| f9a60cb3d7 | |||
| a983cec48b | |||
| a712248cb0 | |||
| 384f9254b4 | |||
| e451cf2825 | |||
| 9c7b5e04fc | |||
| e1025cf7ed | |||
| b5576bbd3e | |||
| 8fd689517c |
@@ -185,9 +185,9 @@ jobs:
|
|||||||
name: Update README & Generate List of Modified Services
|
name: Update README & Generate List of Modified Services
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs: [cloudflare-dns-setup]
|
needs: [cloudflare-dns-setup]
|
||||||
outputs:
|
# outputs:
|
||||||
pr-pushed: ${{ steps.commit-readme.outputs.pushed }}
|
# pr-pushed: ${{ steps.commit-readme.outputs.pushed }}
|
||||||
modified_services: ${{ steps.compare-services.outputs.modified_services }}
|
# modified_services: ${{ steps.compare-services.outputs.modified_services }}
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
@@ -228,7 +228,7 @@ jobs:
|
|||||||
add: "README.md"
|
add: "README.md"
|
||||||
pr-merge:
|
pr-merge:
|
||||||
name: PR Merge
|
name: PR Merge
|
||||||
needs: [regenerate-readme]
|
needs: [regenerate-readme-modified-services]
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
|
|||||||
@@ -27,22 +27,22 @@ layout:
|
|||||||
# fiveColumns: true
|
# fiveColumns: true
|
||||||
Infrastructure/App Performance Monitoring:
|
Infrastructure/App Performance Monitoring:
|
||||||
style: row
|
style: row
|
||||||
columns: 4
|
columns: 3
|
||||||
|
Code/DevOps:
|
||||||
|
style: row
|
||||||
|
columns: 3
|
||||||
|
Social:
|
||||||
|
style: row
|
||||||
|
columns: 3
|
||||||
|
Lifestyle:
|
||||||
|
style: row
|
||||||
|
columns: 3
|
||||||
Automation:
|
Automation:
|
||||||
style: columns
|
style: columns
|
||||||
row: 2
|
row: 2
|
||||||
Code/DevOps:
|
|
||||||
style: columms
|
|
||||||
row: 2
|
|
||||||
Privacy/Security:
|
Privacy/Security:
|
||||||
style: columns
|
style: columns
|
||||||
row: 5
|
row: 5
|
||||||
Social:
|
|
||||||
style: columns
|
|
||||||
row: 4
|
|
||||||
Lifestyle:
|
|
||||||
style: row
|
|
||||||
columns: 4
|
|
||||||
Personal Services:
|
Personal Services:
|
||||||
style: row
|
style: row
|
||||||
columns: 4
|
columns: 4
|
||||||
@@ -57,4 +57,4 @@ layout:
|
|||||||
columns: 3
|
columns: 3
|
||||||
Media Library:
|
Media Library:
|
||||||
style: row
|
style: row
|
||||||
columns: 4
|
columns: 3
|
||||||
|
|||||||
+51
-72
@@ -130,45 +130,6 @@ services:
|
|||||||
type: bind
|
type: bind
|
||||||
bind:
|
bind:
|
||||||
create_host_path: true
|
create_host_path: true
|
||||||
apprise:
|
|
||||||
container_name: apprise
|
|
||||||
environment:
|
|
||||||
PGID: 1000
|
|
||||||
PUID: 1000
|
|
||||||
TZ: America/New_York
|
|
||||||
hostname: Rinoa
|
|
||||||
image: lscr.io/linuxserver/apprise-api:latest
|
|
||||||
labels:
|
|
||||||
homepage.group: Infrastructure/App Performance Monitoring
|
|
||||||
homepage.name: Apprise
|
|
||||||
homepage.icon: apprise.png
|
|
||||||
homepage.href: http://192.168.1.254:8000
|
|
||||||
homepage.description: Cemtralized, multi-channel notification API
|
|
||||||
networks:
|
|
||||||
default: null
|
|
||||||
ports:
|
|
||||||
- mode: ingress
|
|
||||||
protocol: tcp
|
|
||||||
published: "8000"
|
|
||||||
target: 8000
|
|
||||||
restart: unless-stopped
|
|
||||||
volumes:
|
|
||||||
- bind:
|
|
||||||
create_host_path: true
|
|
||||||
read_only: true
|
|
||||||
source: /etc/localtime
|
|
||||||
target: /etc/localtime
|
|
||||||
type: bind
|
|
||||||
- bind:
|
|
||||||
create_host_path: true
|
|
||||||
source: ${DOCKER_VOLUME_CONFIG}/apprise
|
|
||||||
target: /config
|
|
||||||
type: bind
|
|
||||||
- bind:
|
|
||||||
create_host_path: true
|
|
||||||
source: /rinoa-storage
|
|
||||||
target: /storage
|
|
||||||
type: bind
|
|
||||||
audiobookshelf:
|
audiobookshelf:
|
||||||
container_name: audiobookshelf
|
container_name: audiobookshelf
|
||||||
environment:
|
environment:
|
||||||
@@ -340,6 +301,23 @@ services:
|
|||||||
extra_hosts:
|
extra_hosts:
|
||||||
- host.docker.internal:host-gateway
|
- host.docker.internal:host-gateway
|
||||||
image: henrygd/beszel:latest
|
image: henrygd/beszel:latest
|
||||||
|
labels:
|
||||||
|
homepage.group: Infrastructure/App Performance Monitoring
|
||||||
|
homepage.name: Beszel
|
||||||
|
homepage.href: https://beszel.${MY_TLD}
|
||||||
|
homepage.icon: beszel.svg
|
||||||
|
homepage.description: Lightweight server monitoring hub
|
||||||
|
homepage.widget.type: beszel
|
||||||
|
homepage.widget.url: http://beszel:8090
|
||||||
|
homepage.widget.username: ${SWAG_ENVIRONMENT_EMAIL}
|
||||||
|
homepage.widget.password: ${BESZEL_ADMIN_PASSWORD}
|
||||||
|
homepage.widget.systemId: Rinoa
|
||||||
|
swag: enable
|
||||||
|
swag_proto: http
|
||||||
|
swag_port: 8090
|
||||||
|
swag_url: beszel.${MY_TLD}
|
||||||
|
swag.uptime-kuma.enabled: true
|
||||||
|
swag.uptime-kuma.monitor.url: https://beszel.${MY_TLD}
|
||||||
ports:
|
ports:
|
||||||
- 22220:8090
|
- 22220:8090
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
@@ -353,7 +331,9 @@ services:
|
|||||||
DOCKER_HOST: tcp://dockerproxy:2375
|
DOCKER_HOST: tcp://dockerproxy:2375
|
||||||
PORT: 45876
|
PORT: 45876
|
||||||
# Do not remove quotes around the key
|
# Do not remove quotes around the key
|
||||||
KEY: 'UPDATE WITH YOUR PUBLIC KEY (copy from "Add system" dialog)'
|
KEY: '${BESZEL_RINOA_AGENT_KEY}'
|
||||||
|
expose:
|
||||||
|
- 45876
|
||||||
image: henrygd/beszel-agent:latest
|
image: henrygd/beszel-agent:latest
|
||||||
network_mode: host
|
network_mode: host
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
@@ -402,8 +382,6 @@ services:
|
|||||||
swag_auth_bypass: /v1
|
swag_auth_bypass: /v1
|
||||||
swag_port: 3333
|
swag_port: 3333
|
||||||
swag_url: btmag.${MY_TLD}
|
swag_url: btmag.${MY_TLD}
|
||||||
swag.uptime-kuma.enabled: true
|
|
||||||
swag.uptime-kuma.monitor.url: https://btmag.${MY_TLD}
|
|
||||||
network_mode: service:gluetun
|
network_mode: service:gluetun
|
||||||
restart: always
|
restart: always
|
||||||
volumes:
|
volumes:
|
||||||
@@ -725,7 +703,7 @@ services:
|
|||||||
restart: always
|
restart: always
|
||||||
volumes:
|
volumes:
|
||||||
- source: crowdsec-db
|
- source: crowdsec-db
|
||||||
target: /metabase-data
|
target: /data/
|
||||||
type: volume
|
type: volume
|
||||||
volume: {}
|
volume: {}
|
||||||
czkawka:
|
czkawka:
|
||||||
@@ -825,14 +803,6 @@ services:
|
|||||||
PORT_joplin-db: 5432
|
PORT_joplin-db: 5432
|
||||||
ENGINE_joplin-db: postgres@dbgate-plugin-postgres
|
ENGINE_joplin-db: postgres@dbgate-plugin-postgres
|
||||||
|
|
||||||
LABEL_lobe-chat-pg-db: lobe-chat-pg-db
|
|
||||||
SERVER_lobe-chat-pg-db: lobe-chat-pg-db
|
|
||||||
USER_lobe-chat-pg-db: lobe
|
|
||||||
PASSWORD_lobe-chat-pg-db: ${GITEA_PG_DB_PASSWORD}
|
|
||||||
DATABASE_lobe-chat-pg-db: lobe
|
|
||||||
PORT_lobe-chat-pg-db: 5432
|
|
||||||
ENGINE_lobe-chat-pg-db: postgres@dbgate-plugin-postgres
|
|
||||||
|
|
||||||
LABEL_mastodon-pg-db: mastodon-pg-db
|
LABEL_mastodon-pg-db: mastodon-pg-db
|
||||||
SERVER_mastodon-pg-db: mastodon-pg-db
|
SERVER_mastodon-pg-db: mastodon-pg-db
|
||||||
USER_mastodon-pg-db: mastodon
|
USER_mastodon-pg-db: mastodon
|
||||||
@@ -842,17 +812,9 @@ services:
|
|||||||
ENGINE_mastodon-pg-db: postgres@dbgate-plugin-postgres
|
ENGINE_mastodon-pg-db: postgres@dbgate-plugin-postgres
|
||||||
|
|
||||||
LABEL_mongodb: mongodb
|
LABEL_mongodb: mongodb
|
||||||
URI_mongodb: mongodb://root:${MONGO_INITDB_ROOT_PASSWORD}@mongodb:27017
|
URI_mongodb: mongodb://root:${MONGO_INITDB_ROOT_PASSWORD}@mongodb:27017/admin?replicaSet=rinoa
|
||||||
ENGINE_mongodb: mongo@dbgate-plugin-mongo-v2
|
ENGINE_mongodb: mongo@dbgate-plugin-mongo-v2
|
||||||
|
|
||||||
LABEL_netbox-db: netbox-db
|
|
||||||
SERVER_netbox-db: netbox-db
|
|
||||||
USER_netbox-db: netbox
|
|
||||||
PASSWORD_netbox-db: ${NETBOX_PG_DB_PASSWORD}
|
|
||||||
PORT_netbox-db: 5432
|
|
||||||
DATABASE_netbox-db: netbox
|
|
||||||
ENGINE_netbox-db: postgres@dbgate-plugin-postgres
|
|
||||||
|
|
||||||
LABEL_pgbackweb-db: pgbackweb-db
|
LABEL_pgbackweb-db: pgbackweb-db
|
||||||
SERVER_pgbackweb-db: pgbackweb-db
|
SERVER_pgbackweb-db: pgbackweb-db
|
||||||
USER_pgbackweb-db: pgbackweb
|
USER_pgbackweb-db: pgbackweb
|
||||||
@@ -881,13 +843,6 @@ services:
|
|||||||
PORT_sonarqube-pg-db: 5432
|
PORT_sonarqube-pg-db: 5432
|
||||||
ENGINE_sonarqube-pg-db: postgres@dbgate-plugin-postgres
|
ENGINE_sonarqube-pg-db: postgres@dbgate-plugin-postgres
|
||||||
|
|
||||||
LABEL_synapse-db: synapse-db
|
|
||||||
SERVER_synapse-db: synapse-db
|
|
||||||
USER_synapse-db: synapse
|
|
||||||
PASSWORD_synapse-db: ${SYNAPSE_POSTGRES_PASSWORD}
|
|
||||||
PORT_synapse-db: 5432
|
|
||||||
ENGINE_synapse-db: postgres@dbgate-plugin-postgres
|
|
||||||
|
|
||||||
LABEL_tandoor-pg: tandoor-pg
|
LABEL_tandoor-pg: tandoor-pg
|
||||||
SERVER_tandoor-pg: tandoor-pg
|
SERVER_tandoor-pg: tandoor-pg
|
||||||
USER_tandoor-pg: tandoor
|
USER_tandoor-pg: tandoor
|
||||||
@@ -3860,6 +3815,28 @@ services:
|
|||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- portainer-data:/data
|
- portainer-data:/data
|
||||||
|
portall:
|
||||||
|
container_name: portall
|
||||||
|
image: need4swede/portall:latest
|
||||||
|
environment:
|
||||||
|
SECRET_KEY: ${PORTALL_SECRET_KEY}
|
||||||
|
labels:
|
||||||
|
swag: enable
|
||||||
|
swag_auth: authelia
|
||||||
|
swag_proto: http
|
||||||
|
swag_port: 9000
|
||||||
|
swag_url: portall.${MY_TLD}
|
||||||
|
swag.uptime-kuma.enabled: true
|
||||||
|
swag.uptime-kuma.monitor.url: https://portall.${MY_TLD}
|
||||||
|
homepage.group: System Administration
|
||||||
|
homepage.name: Portall
|
||||||
|
homepage.href: https://portainer.${MY_TLD}
|
||||||
|
homepage.icon: sh-portall.png
|
||||||
|
homepage.description: Management for container ports
|
||||||
|
ports:
|
||||||
|
- 8000:8080
|
||||||
|
volumes:
|
||||||
|
- ${DOCKER_VOLUME_CONFIG}/portall:/app/instance
|
||||||
postal-smtp:
|
postal-smtp:
|
||||||
cap_add:
|
cap_add:
|
||||||
- NET_BIND_SERVICE
|
- NET_BIND_SERVICE
|
||||||
@@ -4661,7 +4638,7 @@ services:
|
|||||||
depends_on:
|
depends_on:
|
||||||
- lidarr
|
- lidarr
|
||||||
- soulseek
|
- soulseek
|
||||||
environment:
|
environment:
|
||||||
PUID: ${PUID}
|
PUID: ${PUID}
|
||||||
PGID: ${PGID}
|
PGID: ${PGID}
|
||||||
TZ: ${TZ}
|
TZ: ${TZ}
|
||||||
@@ -4750,11 +4727,13 @@ services:
|
|||||||
homepage.description: Self-hosted internet performance tracking
|
homepage.description: Self-hosted internet performance tracking
|
||||||
homepage.href: https://speed.${MY_TLD}
|
homepage.href: https://speed.${MY_TLD}
|
||||||
homepage.icon: speedtest-tracker.png
|
homepage.icon: speedtest-tracker.png
|
||||||
|
homepage.widget.type: speedtest
|
||||||
|
homepage.widget.url: http://speedtest-tracker
|
||||||
swag: enable
|
swag: enable
|
||||||
swag_proto: http
|
swag_proto: http
|
||||||
swag_url: speed.${MY_TLD}
|
swag_url: speed.${MY_TLD}
|
||||||
swag.uptime-kuma.enabled: true
|
swag.uptime-kuma.enabled: true
|
||||||
swag.uptime-kuma.monitor.url: https://slsk.${MY_TLD}
|
swag.uptime-kuma.monitor.url: https://speed.${MY_TLD}
|
||||||
ports:
|
ports:
|
||||||
- 47512:80
|
- 47512:80
|
||||||
- 62777:443
|
- 62777:443
|
||||||
@@ -4799,7 +4778,7 @@ services:
|
|||||||
VALIDATION: dns
|
VALIDATION: dns
|
||||||
CROWDSEC_API_KEY: ${CROWDSEC_API_KEY}
|
CROWDSEC_API_KEY: ${CROWDSEC_API_KEY}
|
||||||
CROWDSEC_LAPI_URL: http://crowdsec:8080
|
CROWDSEC_LAPI_URL: http://crowdsec:8080
|
||||||
DOCKER_MODS: linuxserver/mods:universal-docker|linuxserver/mods:swag-auto-reload|linuxserver/mods:swag-auto-proxy|linuxserver/mods:swag-dashboard|linuxserver/mods:swag-maxmind|linuxserver/mods:universal-stdout-logs|ghcr.io/linuxserver/mods:swag-crowdsec #|linuxserver/mods:swag-auto-uptime-kuma
|
DOCKER_MODS: linuxserver/mods:universal-docker|linuxserver/mods:swag-auto-reload|linuxserver/mods:swag-auto-proxy|linuxserver/mods:swag-dashboard|linuxserver/mods:swag-maxmind|linuxserver/mods:universal-stdout-logs|ghcr.io/linuxserver/mods:swag-crowdsec|linuxserver/mods:swag-auto-uptime-kuma
|
||||||
PROPAGATION: 30
|
PROPAGATION: 30
|
||||||
UPTIME_KUMA_PASSWORD: ${UPTIME_KUMA_PASSWORD}
|
UPTIME_KUMA_PASSWORD: ${UPTIME_KUMA_PASSWORD}
|
||||||
UPTIME_KUMA_URL: http://uptimekuma:3001
|
UPTIME_KUMA_URL: http://uptimekuma:3001
|
||||||
@@ -4892,7 +4871,7 @@ services:
|
|||||||
swag_proto: http
|
swag_proto: http
|
||||||
swag_url: recipes.${MY_TLD}
|
swag_url: recipes.${MY_TLD}
|
||||||
swag.uptime-kuma.enabled: true
|
swag.uptime-kuma.enabled: true
|
||||||
swag.uptime-kuma.monitor.url: https://trac.${MY_TLD}
|
swag.uptime-kuma.monitor.url: https://recipes.${MY_TLD}
|
||||||
networks:
|
networks:
|
||||||
default: null
|
default: null
|
||||||
ports:
|
ports:
|
||||||
@@ -6379,7 +6358,7 @@ services:
|
|||||||
swag_proto: http
|
swag_proto: http
|
||||||
swag_url: subs.${MY_TLD}
|
swag_url: subs.${MY_TLD}
|
||||||
swag.uptime-kuma.enabled: true
|
swag.uptime-kuma.enabled: true
|
||||||
swag.uptime-kuma.monitor.url: https://trac.${MY_TLD}
|
swag.uptime-kuma.monitor.url: https://subs.${MY_TLD}
|
||||||
networks:
|
networks:
|
||||||
default: null
|
default: null
|
||||||
ports:
|
ports:
|
||||||
|
|||||||
Reference in New Issue
Block a user