mirror of
https://github.com/JaviPege/sailarr-installer.git
synced 2026-01-05 04:09:31 -06:00
Move from Overseerr to Seerr
Overseerr and Jellyseerr will be merged and be called Seerr, so let's prepare for it
This commit is contained in:
@@ -110,11 +110,11 @@ touch "${BACKUP_DIR}/data/realdebrid-zurg/.gitkeep"
|
||||
# 5. Backup system user configuration info
|
||||
echo " → System users information"
|
||||
getent group mediacenter > "${BACKUP_DIR}/mediacenter-group.txt" 2>/dev/null || echo "Group mediacenter not found" > "${BACKUP_DIR}/mediacenter-group.txt"
|
||||
getent passwd | grep -E '^(rclone|sonarr|radarr|prowlarr|overseerr|plex|recyclarr|rdtclient|autoscan|traefik|pinchflat|plextraktsync|homarr|dashdot):' > "${BACKUP_DIR}/mediacenter-users.txt" 2>/dev/null || echo "No mediacenter users found" > "${BACKUP_DIR}/mediacenter-users.txt"
|
||||
getent passwd | grep -E '^(rclone|sonarr|radarr|prowlarr|seerr|plex|recyclarr|rdtclient|autoscan|traefik|pinchflat|plextraktsync|homarr|dashdot):' > "${BACKUP_DIR}/mediacenter-users.txt" 2>/dev/null || echo "No mediacenter users found" > "${BACKUP_DIR}/mediacenter-users.txt"
|
||||
|
||||
# 6. Docker images list
|
||||
echo " → Docker images list"
|
||||
docker images --format "table {{.Repository}}:{{.Tag}}\t{{.ID}}\t{{.Size}}" | grep -E "(mediacenter|traefik|plex|overseerr|prowlarr|sonarr|radarr|zurg|zilean|rclone|autoscan|homarr|dashdot|recyclarr|rdtclient|pinchflat|plextraktsync|watchtower|postgres)" > "${BACKUP_DIR}/docker-images.txt" 2>/dev/null || echo "No mediacenter images found" > "${BACKUP_DIR}/docker-images.txt"
|
||||
docker images --format "table {{.Repository}}:{{.Tag}}\t{{.ID}}\t{{.Size}}" | grep -E "(mediacenter|traefik|plex|seerr|prowlarr|sonarr|radarr|zurg|zilean|rclone|autoscan|homarr|dashdot|recyclarr|rdtclient|pinchflat|plextraktsync|watchtower|postgres)" > "${BACKUP_DIR}/docker-images.txt" 2>/dev/null || echo "No mediacenter images found" > "${BACKUP_DIR}/docker-images.txt"
|
||||
|
||||
# 7. Create restore instructions
|
||||
cat > "${BACKUP_DIR}/RESTORE-INSTRUCTIONS.md" << 'EOF'
|
||||
|
||||
@@ -54,11 +54,11 @@ touch "${BACKUP_DIR}/data/realdebrid-zurg/.gitkeep"
|
||||
# 5. Backup system user configuration info
|
||||
echo " → System users information"
|
||||
getent group mediacenter > "${BACKUP_DIR}/mediacenter-group.txt" 2>/dev/null || echo "Group mediacenter not found" > "${BACKUP_DIR}/mediacenter-group.txt"
|
||||
getent passwd | grep -E '^(rclone|sonarr|radarr|prowlarr|overseerr|plex|recyclarr|rdtclient|autoscan|traefik|pinchflat|plextraktsync|homarr|dashdot):' > "${BACKUP_DIR}/mediacenter-users.txt" 2>/dev/null || echo "No mediacenter users found" > "${BACKUP_DIR}/mediacenter-users.txt"
|
||||
getent passwd | grep -E '^(rclone|sonarr|radarr|prowlarr|seerr|plex|recyclarr|rdtclient|autoscan|traefik|pinchflat|plextraktsync|homarr|dashdot):' > "${BACKUP_DIR}/mediacenter-users.txt" 2>/dev/null || echo "No mediacenter users found" > "${BACKUP_DIR}/mediacenter-users.txt"
|
||||
|
||||
# 6. Docker images list
|
||||
echo " → Docker images list"
|
||||
docker images --format "table {{.Repository}}:{{.Tag}}\t{{.ID}}\t{{.Size}}" | grep -E "(mediacenter|traefik|plex|overseerr|prowlarr|sonarr|radarr|zurg|zilean|rclone|autoscan|homarr|dashdot|recyclarr|rdtclient|pinchflat|plextraktsync|watchtower|postgres)" > "${BACKUP_DIR}/docker-images.txt" 2>/dev/null || echo "No mediacenter images found" > "${BACKUP_DIR}/docker-images.txt"
|
||||
docker images --format "table {{.Repository}}:{{.Tag}}\t{{.ID}}\t{{.Size}}" | grep -E "(mediacenter|traefik|plex|seerr|prowlarr|sonarr|radarr|zurg|zilean|rclone|autoscan|homarr|dashdot|recyclarr|rdtclient|pinchflat|plextraktsync|watchtower|postgres)" > "${BACKUP_DIR}/docker-images.txt" 2>/dev/null || echo "No mediacenter images found" > "${BACKUP_DIR}/docker-images.txt"
|
||||
|
||||
# 7. Create restore instructions
|
||||
cat > "${BACKUP_DIR}/RESTORE-INSTRUCTIONS.md" << 'EOF'
|
||||
@@ -127,7 +127,7 @@ cat > "${BACKUP_DIR}/RESTORE-INSTRUCTIONS.md" << 'EOF'
|
||||
|
||||
## Service Access
|
||||
- Homarr Dashboard: http://home.medianita
|
||||
- Overseerr: http://overseerr.medianita
|
||||
- Seerr: http://seerr.medianita
|
||||
- Plex: Network host mode
|
||||
- Other services: Check compose.yml for ports and domains
|
||||
EOF
|
||||
@@ -144,7 +144,7 @@ System: $(uname -a)
|
||||
|
||||
Services Included:
|
||||
- Plex Media Server
|
||||
- Overseerr (Request Management)
|
||||
- Seerr (Request Management)
|
||||
- Prowlarr (Indexer Management)
|
||||
- Radarr (Movie Management)
|
||||
- Sonarr (TV Management)
|
||||
|
||||
Reference in New Issue
Block a user