Skip to content

Commit be3588d

Browse files
Bot Updating Documentation
1 parent 0c8303e commit be3588d

File tree

1 file changed

+13
-33
lines changed

1 file changed

+13
-33
lines changed

docs/images/docker-sickgear.md

Lines changed: 13 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -40,37 +40,20 @@ The architectures supported by this image are:
4040
| x86-64 || amd64-\<version tag\> |
4141
| arm64 || arm64v8-\<version tag\> |
4242

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
5444

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.
5646

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 |
5851

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
7053

71-
* notice the configuration difference and migrate copies of the old settings into the new app
54+
## Setting up the application
7255

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).
7457

7558
## Usage
7659

@@ -329,38 +312,35 @@ To help with development, we generate this dependency graph.
329312
init-migrations -> init-adduser
330313
init-os-end -> init-config
331314
init-config -> init-config-end
315+
init-crontab-config -> init-config-end
332316
init-sickgear-config -> init-config-end
333-
init-os-end -> init-crontab-config
317+
init-config -> init-crontab-config
334318
init-mods-end -> init-custom-files
335319
init-adduser -> init-device-perms
336320
base -> init-envfile
337321
base -> init-migrations
338-
base -> init-mods
339322
init-config-end -> init-mods
340-
init-mods -> init-mods-end
341323
init-mods-package-install -> init-mods-end
342324
init-mods -> init-mods-package-install
343-
base -> init-os-end
344325
init-adduser -> init-os-end
345326
init-device-perms -> init-os-end
346327
init-envfile -> init-os-end
347-
init-migrations -> init-os-end
348328
init-custom-files -> init-services
349-
init-mods-end -> init-services
350329
init-config -> init-sickgear-config
351330
init-services -> svc-cron
352331
svc-cron -> legacy-services
353332
init-services -> svc-sickgear
354333
svc-sickgear -> legacy-services
355334
}
356335
Base Images: {
357-
"baseimage-alpine:3.20"
336+
"baseimage-alpine:3.22"
358337
}
359338
"sickgear:latest" <- Base Images
360339
```
361340

362341
## Versions
363342

343+
* **09.07.25:** - Rebase to Alpine 3.22.
364344
* **25.06.24:** - Rebase to Alpine 3.20.
365345
* **20.03.24:** - Rebase to Alpine 3.19.
366346
* **08.10.23:** - Install unrar from [linuxserver repo](https://github.com/linuxserver/docker-unrar).

0 commit comments

Comments
 (0)