Compare commits
4 Commits
Author | SHA1 | Date | |
---|---|---|---|
24c27e6feb | |||
1e33c6446d | |||
c44bb686e2 | |||
4b382b6ca8 |
@ -4,7 +4,7 @@
|
|||||||
"author": "Morgan",
|
"author": "Morgan",
|
||||||
"description": "file://DESCRIPTION.md",
|
"description": "file://DESCRIPTION.md",
|
||||||
"tagline": "A modern client-server application for the Soulseek file-sharing network.",
|
"tagline": "A modern client-server application for the Soulseek file-sharing network.",
|
||||||
"version": "1.0.7",
|
"version": "1.0.8",
|
||||||
"healthCheckPath": "/health",
|
"healthCheckPath": "/health",
|
||||||
"httpPort": 5030,
|
"httpPort": 5030,
|
||||||
"addons": {
|
"addons": {
|
||||||
|
@ -21,7 +21,7 @@ FROM debian:bookworm-slim
|
|||||||
|
|
||||||
RUN apt-get update && apt-get install -y --no-install-recommends \
|
RUN apt-get update && apt-get install -y --no-install-recommends \
|
||||||
tini gosu libstdc++6 \
|
tini gosu libstdc++6 \
|
||||||
wget curl ca-certificates unzip jq rsync \
|
build-essential wget curl ca-certificates unzip jq rsync \
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
# Minimal filesystem layout
|
# Minimal filesystem layout
|
||||||
|
1
patch.sh
1
patch.sh
@ -13,4 +13,5 @@ git add VERSION CloudronManifest.json
|
|||||||
git commit -m "chore: bump version to v$(command cat VERSION)"
|
git commit -m "chore: bump version to v$(command cat VERSION)"
|
||||||
git tag "v$(command cat VERSION)"
|
git tag "v$(command cat VERSION)"
|
||||||
git push --follow-tags
|
git push --follow-tags
|
||||||
|
git push origin --tags
|
||||||
|
|
||||||
|
@ -28,3 +28,19 @@ paths:
|
|||||||
downloads: /app/data/downloads
|
downloads: /app/data/downloads
|
||||||
incomplete: /app/data/incomplete
|
incomplete: /app/data/incomplete
|
||||||
|
|
||||||
|
shares:
|
||||||
|
directories:
|
||||||
|
- '/app/data/downloads'
|
||||||
|
filters:
|
||||||
|
- \.ini$
|
||||||
|
- Thumbs.db$
|
||||||
|
- \.DS_Store$
|
||||||
|
- \.bak$
|
||||||
|
- \.sync-conflict*$
|
||||||
|
- \.trashed*$
|
||||||
|
- \.nfo*$
|
||||||
|
- \.st*$
|
||||||
|
- \.txt$
|
||||||
|
- \.csv$
|
||||||
|
- \.torrent$
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user