Compare commits
No commits in common. "slskd" and "v1.0.6" have entirely different histories.
@ -4,7 +4,7 @@
|
||||
"author": "Morgan",
|
||||
"description": "file://DESCRIPTION.md",
|
||||
"tagline": "A modern client-server application for the Soulseek file-sharing network.",
|
||||
"version": "1.0.8",
|
||||
"version": "1.0.3",
|
||||
"healthCheckPath": "/health",
|
||||
"httpPort": 5030,
|
||||
"addons": {
|
||||
@ -21,3 +21,4 @@
|
||||
"music"
|
||||
]
|
||||
}
|
||||
|
||||
|
@ -21,7 +21,7 @@ FROM debian:bookworm-slim
|
||||
|
||||
RUN apt-get update && apt-get install -y --no-install-recommends \
|
||||
tini gosu libstdc++6 \
|
||||
build-essential wget curl ca-certificates unzip jq rsync \
|
||||
curl ca-certificates unzip jq rsync \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
# Minimal filesystem layout
|
||||
|
10
patch.sh
10
patch.sh
@ -5,13 +5,3 @@ set -xeu
|
||||
./bump_version.sh patch
|
||||
./build.sh
|
||||
|
||||
# Met à jour la version dans CloudronManifest.json
|
||||
jq --arg v "$(command cat VERSION)" '.version = $v' CloudronManifest.json > CloudronManifest.json.tmp && mv CloudronManifest.json.tmp CloudronManifest.json
|
||||
|
||||
# Commit + tag + push
|
||||
git add VERSION CloudronManifest.json
|
||||
git commit -m "chore: bump version to v$(command cat VERSION)"
|
||||
git tag "v$(command cat VERSION)"
|
||||
git push --follow-tags
|
||||
git push origin --tags
|
||||
|
||||
|
@ -28,19 +28,3 @@ paths:
|
||||
downloads: /app/data/downloads
|
||||
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