mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-17 09:58:16 +01:00
@@ -38,9 +38,9 @@ Options can be configured through two ways :
|
||||
|
||||
- Config.yaml
|
||||
|
||||
Configuration is done by customizing the config.yaml in the location defined in your addon options
|
||||
Additional variables can be set as ENV variables by adding them in the config.yaml in the location defined in your addon options
|
||||
|
||||
The complete list of options can be seen here : https://raw.githubusercontent.com/firefly-iii/firefly-iii/main/.env.example
|
||||
The complete list of ENV variables can be seen here : https://raw.githubusercontent.com/firefly-iii/firefly-iii/main/.env.example
|
||||
|
||||
## Installation
|
||||
|
||||
|
||||
@@ -8,6 +8,13 @@ profile db21ed7f_qbittorrent flags=(attach_disconnected,mediate_deleted) {
|
||||
mount,
|
||||
umount,
|
||||
remount,
|
||||
network udp,
|
||||
network tcp,
|
||||
network dgram,
|
||||
network stream,
|
||||
network inet,
|
||||
network inet6,
|
||||
network netlink raw,
|
||||
|
||||
capability setgid,
|
||||
capability chown,
|
||||
|
||||
@@ -102,6 +102,6 @@
|
||||
"slug": "qbittorrent",
|
||||
"upstream": "14.3.9.99202110311443-7435-01519b5e7ubuntu20.04.1-ls159",
|
||||
"url": "https://github.com/alexbelgium/hassio-addons",
|
||||
"version": "14.3.9.99202110311443-7435-01519b5e7ubuntu20.04.1-ls160-2",
|
||||
"version": "14.3.9.99202110311443-7435-01519b5e7ubuntu20.04.1-ls160-3",
|
||||
"webui": "[PROTO:ssl]://[HOST]:[PORT:8080]"
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"name": "HA Add-ons by alexbelgium for testing ONLY!",
|
||||
"url": "https://github.com/bruvv/hassio-addons-1",
|
||||
"maintainer": "bruvv"
|
||||
"name": "HA Add-ons by alexbelgium",
|
||||
"url": "https://github.com/alexbelgium/hassio-addons",
|
||||
"maintainer": "alexbelgium"
|
||||
}
|
||||
|
||||
@@ -22,11 +22,8 @@ FROM ${BUILD_FROM}
|
||||
##################
|
||||
|
||||
RUN \
|
||||
# Install script
|
||||
chmod a+x /run.sh \
|
||||
\
|
||||
# Allow UID and GID setting
|
||||
&& sed -i 's/bash/bashio/g' /etc/cont-init.d/10-adduser \
|
||||
sed -i 's/bash/bashio/g' /etc/cont-init.d/10-adduser \
|
||||
&& sed -i 's/{PUID:-911}/(bashio::config "PUID")/g' /etc/cont-init.d/10-adduser \
|
||||
&& sed -i 's/{PGID:-911}/(bashio::config "PGID")/g' /etc/cont-init.d/10-adduser \
|
||||
# use /data instead of /config for database
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "Scrutiny",
|
||||
"version": "0.3.13-3",
|
||||
"version": "0.3.13-4",
|
||||
"upstream": "0.3.13",
|
||||
"slug": "scrutiny",
|
||||
"description": "Scrutiny WebUI for smartd S.M.A.R.T monitoring",
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
## 0.7.1
|
||||
- Breaking change
|
||||
- Changed the config handeling
|
||||
- Added a docs with the config explaination.
|
||||
- Make sure you redo your configuration!
|
||||
|
||||
Reference in New Issue
Block a user