mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2025-03-08 13:19:05 +00:00

* chore(icons): ⚡ Replace Actual icon png with svg Replaced the PNG icon of Actual with a SVG from selfhst/icons * chore(icons): ⚡ Replace Proxmox VE icon PNG with SVG Repalce all PNG icons for Proxmox VE with SVG from selfhst/icons * chore(icons): ⚡ Replace AdGuard PNG icon with SVG Replace the PNG icon of AdGuard Home with SVG from selfhst/icons * chore(icons): update multiple icons to SVG Replaced rasterized images with vectorized SVG for better efficiency, sharpness, performance and lower size * chore(icons): update logo URLs for multiple services to use selfhst/icons repository Updated logo URLs in JSON configuration files for the following services: - WatchYourLAN - Authelia - Zoraxy - Authentik - Pi-hole - Radicale - Pocket ID - Keycloak - Grafana - MongoDB - MySQL - phpIPAM - Duplicati - UrBackup - Technitium DNS - Seelf - Checkmk - Glance - ZeroTier - BunkerWeb * chore(icons): update logo URLs for multiple services to use selfhst/icons repository Updated logo URLs in JSON configuration files for the following services: - Uptime Kuma - Umami - Apache Tomcat * chore(icons): update application logos to use selfhst/icons repository * chore(icons): update application logos to use selfhst/icons repository
39 lines
1.8 KiB
JSON
39 lines
1.8 KiB
JSON
{
|
|
"name": "Navidrome",
|
|
"slug": "navidrome",
|
|
"categories": [
|
|
13
|
|
],
|
|
"date_created": "2024-05-02",
|
|
"type": "ct",
|
|
"updateable": true,
|
|
"privileged": false,
|
|
"interface_port": 4533,
|
|
"documentation": null,
|
|
"website": "https://www.navidrome.org/",
|
|
"logo": "https://raw.githubusercontent.com/selfhst/icons/refs/heads/main/svg/navidrome.svg",
|
|
"description": "Navidrome is a music server solution that makes your music collection accessible from anywhere. It provides a modern web-based user interface and compatibility with a range of third-party mobile apps for both iOS and Android devices. With Navidrome, users can access their music collection from anywhere, whether at home or on the go. The software supports a variety of music formats, making it easy for users to play their favorite songs and albums. Navidrome provides a simple and user-friendly interface for managing and organizing music collections, making it a valuable tool for music lovers who want to access their music from anywhere. The software is designed to be easy to set up and use, making it a popular choice for those who want to host their own music server and enjoy their music collection from anywhere.",
|
|
"install_methods": [
|
|
{
|
|
"type": "default",
|
|
"script": "ct/navidrome.sh",
|
|
"resources": {
|
|
"cpu": 2,
|
|
"ram": 1024,
|
|
"hdd": 4,
|
|
"os": "debian",
|
|
"version": "12"
|
|
}
|
|
}
|
|
],
|
|
"default_credentials": {
|
|
"username": null,
|
|
"password": null
|
|
},
|
|
"notes": [
|
|
{
|
|
"text": "To change Navidrome music folder path, `nano /var/lib/navidrome/navidrome.toml`",
|
|
"type": "info"
|
|
}
|
|
]
|
|
} |