yscialom / pinanas

Cloud services, safely hosted at home.
GNU General Public License v3.0
5 stars 1 forks source link

Release 1.0.0 "ananas" #116

Open yscialom opened 1 year ago

yscialom commented 1 year ago

Bug 01

image Fix: https://docs.nextcloud.com/server/latest/admin_manual/configuration_server/reverse_proxy_configuration.html#traefik-2

traefik.http.routers.nextcloud.middlewares: 'nextcloud_redirectregex'
traefik.http.middlewares.nextcloud_redirectregex.redirectregex.permanent: true
traefik.http.middlewares.nextcloud_redirectregex.redirectregex.regex: 'https://(.*)/.well-known/(?:card|cal)dav'
traefik.http.middlewares.nextcloud_redirectregex.redirectregex.replacement: 'https://$${1}/remote.php/dav'
yscialom commented 1 year ago

Bug 02

Nextcloud's SMTP server is not configured out-of-the-box even though we have all necessary informations in settings.yaml.

yscialom commented 1 year ago

Bug 03

Possible issue with fail2ban: found multiple warnings:

Please check jail has possibly a timezone issue. Line with odd timestamp:
yscialom commented 1 year ago

Bug 04

04.a

Looks like fail2ban runs as root.

04.b

fail2ban.log

ERROR Failed during configuration: Have not found any log file for nextcloud-auth jail
yscialom commented 1 year ago

Bug 05

Jellyfin SSO plugin doesn't work anymore since group name changes:

yscialom commented 1 year ago

Bug 06

image

Set netdata hostname to something meaningful.

yscialom commented 1 year ago

Bug 07

Jellyfin default libraries are badly configured (wrong path).

glevil commented 1 year ago

Bug 08

Images from linuxserver.io url "lscr.io/linuxserver/image" not respond with Compose V2

glevil commented 1 year ago

Bug 09

Encountered when installing Pinanas image see: issue with pyYAML and Cython