Merge pull request #23 from bruvv:master

Beta
This commit is contained in:
bruvv
2022-01-03 09:41:42 +01:00
committed by GitHub
7 changed files with 16 additions and 12 deletions

View File

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

View File

@@ -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,

View File

@@ -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]"
}

View File

@@ -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"
}

View File

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

View File

@@ -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",

View File

@@ -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!