changed config file and copyright years
This commit is contained in:
parent
64568dd702
commit
946ae297a4
@ -1,6 +1,6 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
source <(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVED/main/misc/build.func)
|
source <(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVED/main/misc/build.func)
|
||||||
# Copyright (c) 2021-2025 community-scripts ORG
|
# Copyright (c) 2021-2026 community-scripts ORG
|
||||||
# Author: GoldenSpringness
|
# Author: GoldenSpringness
|
||||||
# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
|
# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
|
||||||
# Source: https://github.com/Dodelidoo-Labs/sonobarr
|
# Source: https://github.com/Dodelidoo-Labs/sonobarr
|
||||||
|
|||||||
@ -4,13 +4,13 @@
|
|||||||
"categories": [
|
"categories": [
|
||||||
14
|
14
|
||||||
],
|
],
|
||||||
"date_created": "2025-12-27",
|
"date_created": "2026-01-21",
|
||||||
"type": "ct",
|
"type": "ct",
|
||||||
"updateable": true,
|
"updateable": true,
|
||||||
"privileged": false,
|
"privileged": false,
|
||||||
"interface_port": 5000,
|
"interface_port": 5000,
|
||||||
"documentation": "https://github.com/Dodelidoo-Labs/sonobarr",
|
"documentation": "https://github.com/Dodelidoo-Labs/sonobarr",
|
||||||
"config_path": "gunicorn_config.py",
|
"config_path": ".env",
|
||||||
"website": "https://github.com/Dodelidoo-Labs/sonobarr",
|
"website": "https://github.com/Dodelidoo-Labs/sonobarr",
|
||||||
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/sonobarr.webp",
|
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/sonobarr.webp",
|
||||||
"description": "Sonobarr marries your existing Lidarr library with Last.fm’s discovery graph to surface artists you'll actually like. It runs as a Flask + Socket.IO application, ships with a polished Bootstrap UI, and includes admin tooling so folks can share a single instance safely.",
|
"description": "Sonobarr marries your existing Lidarr library with Last.fm’s discovery graph to surface artists you'll actually like. It runs as a Flask + Socket.IO application, ships with a polished Bootstrap UI, and includes admin tooling so folks can share a single instance safely.",
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
# Copyright (c) 2021-2025 community-scripts ORG
|
# Copyright (c) 2021-2026 community-scripts ORG
|
||||||
# Author: GoldenSpringness
|
# Author: GoldenSpringness
|
||||||
# License: MIT | https://github.com/community-scripts/ProxmoxVED/raw/main/LICENSE
|
# License: MIT | https://github.com/community-scripts/ProxmoxVED/raw/main/LICENSE
|
||||||
# Source: https://github.com/Dodelidoo-Labs/sonobarr
|
# Source: https://github.com/Dodelidoo-Labs/sonobarr
|
||||||
@ -14,7 +14,6 @@ network_check
|
|||||||
update_os
|
update_os
|
||||||
|
|
||||||
fetch_and_deploy_gh_release "sonobarr" "Dodelidoo-Labs/sonobarr" "tarball"
|
fetch_and_deploy_gh_release "sonobarr" "Dodelidoo-Labs/sonobarr" "tarball"
|
||||||
msg_info "Setting up sonobarr"
|
|
||||||
|
|
||||||
msg_info "Setting up sonobarr"
|
msg_info "Setting up sonobarr"
|
||||||
$STD apt-get install -y python3.13-venv
|
$STD apt-get install -y python3.13-venv
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user