mirror of
https://github.com/linuxserver/docker-webgrabplus.git
synced 2026-02-19 19:52:00 +08:00
118 lines
5.8 KiB
YAML
118 lines
5.8 KiB
YAML
---
|
|
|
|
# project information
|
|
project_name: webgrabplus
|
|
project_url: "https://www.webgrabplus.com"
|
|
project_logo: "https://www.webgrabplus.com/sites/default/themes/WgTheme/images/slideshows/EPG_fading.jpg"
|
|
project_blurb: "[{{ project_name|capitalize }}]({{ project_url }}) is a multi-site incremental xmltv epg grabber. It collects tv-program guide data from selected tvguide sites for your favourite channels."
|
|
project_lsio_github_repo_url: "https://github.com/linuxserver/docker-{{ project_name }}"
|
|
project_categories: "Media Tools"
|
|
# supported architectures
|
|
available_architectures:
|
|
- {arch: "{{ arch_x86_64 }}", tag: "amd64-latest"}
|
|
- {arch: "{{ arch_arm64 }}", tag: "arm64v8-latest"}
|
|
# container parameters
|
|
common_param_env_vars_enabled: true
|
|
param_container_name: "{{ project_name }}"
|
|
param_usage_include_hostname: true #you can set it to 'optional'
|
|
param_hostname: "webgrabplus"
|
|
param_hostname_desc: "Set the hostname for the container for the license check."
|
|
param_usage_include_mac_address: true #you can set it to 'optional'
|
|
param_mac_address: "00:00:00:00:00:00"
|
|
param_mac_address_desc: "Set the mac_address for the container for the license check."
|
|
param_usage_include_vols: true
|
|
param_volumes:
|
|
- {vol_path: "/config", vol_host_path: "/path/to/{{ project_name }}/config", desc: "Persistent config files"}
|
|
- {vol_path: "/data", vol_host_path: "/path/to/data", desc: "Where webgrabplus should store it's data files."}
|
|
readonly_supported: false
|
|
nonroot_supported: false
|
|
# application setup block
|
|
app_setup_block_enabled: true
|
|
app_setup_block: |
|
|
To configure WebGrab+Plus follow the [documentation](https://www.webgrabplus.com/documentation/configuration/)
|
|
|
|
**Please note that depending on your host this container may not work with the `no-new-privileges=true` security-opt.**
|
|
|
|
Note that there are some things in the guide that does not apply to this container. Below you can find the changes.
|
|
|
|
**The configuration files are found where your config volume is mounted.**
|
|
**Do not change the filename tag in the configuration file!**
|
|
|
|
The /data volume mapping is where WebGrab+Plus outputs the xml file. To use the xml file in another program, you have to point it to the host path you mapped the /data volume to.
|
|
|
|
To adjust the scheduled cron job, you can apply our [universal cron mod](https://github.com/linuxserver/docker-mods/tree/universal-cron).
|
|
# init diagram
|
|
init_diagram: |
|
|
"webgrabplus:latest": {
|
|
docker-mods
|
|
base {
|
|
fix-attr +\nlegacy cont-init
|
|
}
|
|
docker-mods -> base
|
|
legacy-services
|
|
custom services
|
|
init-services -> legacy-services
|
|
init-services -> custom services
|
|
custom services -> legacy-services
|
|
legacy-services -> ci-service-check
|
|
init-migrations -> init-adduser
|
|
init-os-end -> init-config
|
|
init-config -> init-config-end
|
|
init-crontab-config -> init-config-end
|
|
init-webgrabplus-config -> init-config-end
|
|
init-config -> init-crontab-config
|
|
init-mods-end -> init-custom-files
|
|
init-adduser -> init-device-perms
|
|
base -> init-envfile
|
|
base -> init-migrations
|
|
init-config-end -> init-mods
|
|
init-mods-package-install -> init-mods-end
|
|
init-mods -> init-mods-package-install
|
|
init-adduser -> init-os-end
|
|
init-device-perms -> init-os-end
|
|
init-envfile -> init-os-end
|
|
init-custom-files -> init-services
|
|
init-config -> init-webgrabplus-config
|
|
init-services -> svc-cron
|
|
svc-cron -> legacy-services
|
|
}
|
|
Base Images: {
|
|
"baseimage-alpine:3.22"
|
|
}
|
|
"webgrabplus:latest" <- Base Images
|
|
# changelog
|
|
changelogs:
|
|
- {date: "14.09.25:", desc: "Rebase to Alpine 3.22, upgrade dotnet to 9.0."}
|
|
- {date: "25.06.24:", desc: "Rebase to Alpine 3.21."}
|
|
- {date: "25.06.24:", desc: "Rebase to Alpine 3.20."}
|
|
- {date: "23.04.24:", desc: "Bump dotnet framework to 8.x."}
|
|
- {date: "23.12.23:", desc: "Rebase to Alpine 3.19."}
|
|
- {date: "18.08.23:", desc: "Rebase to Alpine 3.18."}
|
|
- {date: "16.08.23:", desc: "Update dotnet framework to 7.x."}
|
|
- {date: "06.07.23:", desc: "Deprecate armhf. As announced [here](https://www.linuxserver.io/blog/a-farewell-to-arm-hf)"}
|
|
- {date: "13.03.23:", desc: "Rebase to Alpine 3.17."}
|
|
- {date: "23.03.22:", desc: "Rebase to Alpine 3.16 and s6v3. Update to dotnet 6."}
|
|
- {date: "29.04.22:", desc: "Add `hostname` and `mac_address` arguments that are needed for the license check to compose and cli samples."}
|
|
- {date: "23.03.22:", desc: "Rebase to Alpine 3.15."}
|
|
- {date: "23.03.22:", desc: "Update to use dotnet instead of mono."}
|
|
- {date: "06.01.22:", desc: "Rebase to Ubuntu focal. Enable auto builds on version updates (beta and stable)."}
|
|
- {date: "17.12.21:", desc: "Update to version 3.2.2 beta."}
|
|
- {date: "05.08.21:", desc: "Update to version 3.2.1 beta."}
|
|
- {date: "05.06.21:", desc: "Added mono-devel dependency."}
|
|
- {date: "04.06.21:", desc: "Update to version 3.1.8 beta."}
|
|
- {date: "22.03.21:", desc: "Update to version 3.1.7 beta."}
|
|
- {date: "07.03.21:", desc: "Update to version 3.1.6 beta."}
|
|
- {date: "29.01.21:", desc: "Update external version number to show as 3.1.5."}
|
|
- {date: "24.01.21:", desc: "Update to version 3.1.5 beta."}
|
|
- {date: "22.12.20:", desc: "Update to version 3.1.4 beta."}
|
|
- {date: "12.10.20:", desc: "Fix version number in jenkinsfile."}
|
|
- {date: "12.10.20:", desc: "Update to version 3.1.1 beta."}
|
|
- {date: "22.06.20:", desc: "Add mono webrequest library."}
|
|
- {date: "18.06.20:", desc: "Update to v3.1.0."}
|
|
- {date: "29.03.20:", desc: "Update to v3.0.0. Changed to use wg3-cron file."}
|
|
- {date: "28.05.19:", desc: "Update to v2.1.0 and beta v2.1.9, rebase to bionic."}
|
|
- {date: "23.03.19:", desc: "Switching to new Base images, shift to arm32v7 tag."}
|
|
- {date: "21.03.19:", desc: "Update to beta 2.1.7."}
|
|
- {date: "19.02.19:", desc: "Add pipeline logic and multi arch."}
|
|
- {date: "18.01.18:", desc: "Initial Release."}
|