You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/images/docker-sickgear.md
+13-33Lines changed: 13 additions & 33 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,37 +40,20 @@ The architectures supported by this image are:
40
40
| x86-64 | ✅ | amd64-\<version tag\>|
41
41
| arm64 | ✅ | arm64v8-\<version tag\>|
42
42
43
-
## Application Setup
44
-
45
-
## Setting up the application
46
-
47
-
Access the webui at `<your-ip>:8081`, for more information check out [SickGear](https://github.com/sickgear/sickgear).
48
-
49
-
## Migration
50
-
51
-
Non linuxserver.io containers are known to have the following configuration differences and may need SickGear or docker changes to migrate an existing setup
52
-
53
-
* The post processing directory which is volume mounted as `downloads` within this container may be `incoming` in other versions.
43
+
## Version Tags
54
44
55
-
* The permissions environmental variables which are defined as `PGID` and `PUID` within this container may have been `APP_UID` and `APP_UID` in other versions.
45
+
This image provides various versions that are available via tags. Please read the descriptions carefully and exercise caution when using unstable or development tags.
56
46
57
-
* The configuration file directory which is volume mounted as `config` within this container may be set as the environmental variable `APP_DATA` in other versions.
47
+
| Tag | Available | Description |
48
+
| :----: | :----: |--- |
49
+
| latest | ✅ | Stable SickGear releases |
50
+
| develop | ✅ | SickGear develop branch commits |
58
51
59
-
* The cache directory which is set in `config.ini` may be configured as a fixed path `cache_dir = /data/cache`.
60
-
Symptoms of this issue include port usage problems and a failure to start the web server log entries.
61
-
Whilst the container is stopped alter this directive to `cache_dir = cache` which will allow SickGear to look for the folder relative to the volume mounted `/config` directory.
62
-
63
-
It is recommended that a clean install be completed, rather than a migration, however if migration is necessary:
64
-
65
-
* start a new instance of this image
66
-
67
-
* compare and align SickGear version numbers between old and new. Ideally they should match but at a minimum the old version should be a lower version number to allow SickGear itself to try and migrate
68
-
69
-
* stop both containers
52
+
## Application Setup
70
53
71
-
* notice the configuration difference and migrate copies of the old settings into the new app
54
+
## Setting up the application
72
55
73
-
* start the new container and test
56
+
Access the webui at `<your-ip>:8081`, for more information check out [SickGear](https://github.com/sickgear/sickgear).
74
57
75
58
## Usage
76
59
@@ -329,38 +312,35 @@ To help with development, we generate this dependency graph.
329
312
init-migrations -> init-adduser
330
313
init-os-end -> init-config
331
314
init-config -> init-config-end
315
+
init-crontab-config -> init-config-end
332
316
init-sickgear-config -> init-config-end
333
-
init-os-end -> init-crontab-config
317
+
init-config -> init-crontab-config
334
318
init-mods-end -> init-custom-files
335
319
init-adduser -> init-device-perms
336
320
base -> init-envfile
337
321
base -> init-migrations
338
-
base -> init-mods
339
322
init-config-end -> init-mods
340
-
init-mods -> init-mods-end
341
323
init-mods-package-install -> init-mods-end
342
324
init-mods -> init-mods-package-install
343
-
base -> init-os-end
344
325
init-adduser -> init-os-end
345
326
init-device-perms -> init-os-end
346
327
init-envfile -> init-os-end
347
-
init-migrations -> init-os-end
348
328
init-custom-files -> init-services
349
-
init-mods-end -> init-services
350
329
init-config -> init-sickgear-config
351
330
init-services -> svc-cron
352
331
svc-cron -> legacy-services
353
332
init-services -> svc-sickgear
354
333
svc-sickgear -> legacy-services
355
334
}
356
335
Base Images: {
357
-
"baseimage-alpine:3.20"
336
+
"baseimage-alpine:3.22"
358
337
}
359
338
"sickgear:latest"<- Base Images
360
339
```
361
340
362
341
## Versions
363
342
343
+
***09.07.25:** - Rebase to Alpine 3.22.
364
344
***25.06.24:** - Rebase to Alpine 3.20.
365
345
***20.03.24:** - Rebase to Alpine 3.19.
366
346
***08.10.23:** - Install unrar from [linuxserver repo](https://github.com/linuxserver/docker-unrar).
0 commit comments