mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-04 14:54:07 +02:00
Set all default UID/GID to root
To make sure it works by default with NAS, and people can still change it afterwards it they want additional security
This commit is contained in:
@@ -1,11 +1,13 @@
|
||||
|
||||
## 2ab714f5-ls35 (11-05-2022)
|
||||
|
||||
- Update to latest version from linuxserver/scrutiny
|
||||
|
||||
## version-c397a323 (10-05-2022)
|
||||
|
||||
- Update to latest version from linuxserver/scrutiny
|
||||
|
||||
## 8e34ef8d-ls35 (05-05-2022)
|
||||
|
||||
- Update to latest version from linuxserver/scrutiny
|
||||
- Add codenotary sign
|
||||
- New standardized logic for Dockerfile build and packages installation
|
||||
@@ -37,5 +39,5 @@
|
||||
|
||||
## 27b923b5-ls11
|
||||
|
||||
- Enables PUID/GUID options
|
||||
- Enables PUID/PGID options
|
||||
- Daily update of values
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
## ⚠ Open Request : [[Scrutiny] Help needed to migrate to the official Scrutiny Image? (opened 2022-08-05)](https://github.com/alexbelgium/hassio-addons/issues/416) by [@AnalogJ](https://github.com/AnalogJ)
|
||||
|
||||
# Home assistant add-on: Scrutiny
|
||||
|
||||
[![Donate][donation-badge]](https://www.buymeacoffee.com/alexbelgium)
|
||||
@@ -42,7 +43,7 @@ It automatically mounts all local drives.
|
||||
Enable full access only if you are encountering issues. SMART access should work without full access in all other scenarios.
|
||||
|
||||
```yaml
|
||||
GUID: user
|
||||
PGID: user
|
||||
GPID: user
|
||||
ssl: true/false (for Ingress)
|
||||
certfile: fullchain.pem #ssl certificate
|
||||
|
||||
Reference in New Issue
Block a user