Compare commits

..

9 Commits

Author SHA1 Message Date
Trez.One ab4d6c2242 Typo fix for Soularr.
Gitea Branch PR, SonarQube Analyze, and Merge Workflow / Check and Create PR (push) Has been cancelled
Gitea Branch PR, SonarQube Analyze, and Merge Workflow / Docker Compose Test (push) Has been cancelled
Gitea Branch PR, SonarQube Analyze, and Merge Workflow / Cloudflare DNS Setup (push) Has been cancelled
Gitea Branch PR, SonarQube Analyze, and Merge Workflow / PR Merge (push) Has been cancelled
2025-01-07 11:54:55 -05:00
Trez.One 4e138e5987 Merge remote-tracking branch 'refs/remotes/origin/soularr-deployment' into soularr-deployment 2025-01-07 10:32:09 -05:00
Trez.One 98ccf1f0f3 Added dependencies for Soularr. 2025-01-07 10:25:39 -05:00
Trez.One f50adb4072 Adding Soularr service. 2025-01-07 10:25:39 -05:00
Trez.One 580a7a95ca Merge branch 'main' into soularr-deployment 2025-01-07 10:08:21 -05:00
Trez.One 134d4e1078 Slight change to curl for PR list. 2025-01-07 10:07:15 -05:00
Trez.One 1413cc1753 Slight change to curl for PR list. 2025-01-07 10:05:59 -05:00
Trez.One cba2d917fa Adding Soularr service. 2025-01-07 09:46:41 -05:00
Trez.One 3b8187f15e Adding restart policy to Bunkerweb containers. 2025-01-07 09:36:06 -05:00
2 changed files with 22 additions and 1 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ jobs:
-X 'GET' \
-H 'Accept: application/json' \
-H 'Authorization: token ${{ secrets.BOT_GITEA_TOKEN }}' \
-s | jq '{index: .number, state: .state}')
-sS | jq '{index: .number, state: .state}')
pr_state=$(echo ${pr_check} | jq -r '.state')
- name: Create PR
+21
View File
@@ -517,6 +517,7 @@ services:
image: bunkerity/bunkerweb:latest
labels:
bunkerweb.INSTANCE: yes
restart: unless-stopped
bunkerweb-scheduler:
container_name: bunkerweb-scheduler
depends_on:
@@ -525,6 +526,7 @@ services:
environment:
DOCKER_HOST: tcp://dockerproxy:2375
image: bunkerity/bunkerweb-scheduler:latest
restart: unless-stopped
volumes:
- bunkerweb-data:/data
bunkerweb-ui:
@@ -548,6 +550,7 @@ services:
swag_url: bunker.${MY_TLD}
swag.uptime-kuma.enabled: true
swag.uptime-kuma.monitor.url: https://bunker.${MY_TLD}
restart: unless-stopped
volumes:
- bunkerweb-data:/data
castopod:
@@ -4429,6 +4432,24 @@ services:
source: /etc/localtime
target: /etc/localtime
type: bind
soularr:
container_name: soularr
depends_on:
- lidarr
- soulseek
environment:
PUID: ${PUID}
PGID: ${PGID}
TZ: ${TZ}
#Script interval in seconds
SCRIPT_INTERVAL: 300
image: mrusse08/soularr:latest
restart: unless-stopped
volumes:
#"You can set /downloads to whatever you want but will then need to change the Slskd download dir in your config file"
- ${DOCKER_VOLUME_STORAGE}/downloads:/downloads
#Select where you are storing your config file. Leave "/data" since thats where the script expects the config file to be
- ${DOCKER_VOLUME_CONFIG}/soularr:/data
soulseek:
container_name: soulseek
depends_on: