Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions readme-vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ project_lsio_github_repo_url: "https://github.com/linuxserver/docker-{{ project_
project_categories: "File Sharing"
project_blurb_optional_extras_enabled: false
project_blurb_optional_extras: []

# deprecation information
project_deprecation_status: true
project_deprecation_message: "Consider switching to https://github.com/linuxserver/docker-pairdrop for similar functionality"

# supported architectures
available_architectures:
- {arch: "{{ arch_x86_64 }}", tag: "amd64-latest"}
Expand Down Expand Up @@ -92,6 +97,7 @@ init_diagram: |
"snapdrop:latest" <- Base Images
# changelog
changelogs:
- {date: "19.02.25:", desc: "Deprecate."}
- {date: "31.05.24:", desc: "Rebase to Alpine 3.20. Existing users should update their nginx confs to avoid http2 deprecation warnings."}
- {date: "06.02.24:", desc: "Existing users should update: site-confs/default.conf - Cleanup default site conf."}
- {date: "23.12.23:", desc: "Rebase to Alpine 3.19 with php 8.3."}
Expand Down