Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

A75G

Members
  • Joined

Everything posted by A75G

  1. Could you test one thing for me start from scratch and change this variables
  2. I'm not sure whats seems the problem will remove the template until someone can understand the issue
  3. I'm still running my Matrix Server and it working really fine with postgres database and redis. Permission issue it normal you need open with nano(cli) or use file managers that are available on CA. I forgot how i set it up but ill upload my config and see what you did wrong (password and domain will be removed so dont just copy and paste). If you are not using postgres or redis remove it and keep sqlite. homeserver.yaml
  4. Template updated If you want to get it started now delete any database tables of tt-ss and appdata Then remove all variables about database on the template
  5. logs?
  6. If you changed the port in the template change the url path Screenshot the template
  7. Hey. had the same results one browser had to test it on Microsoft Edge to make it work For the phone I'm not sure you can make issue in their GitHub
  8. I see they changed the port mapping 80 should be 8080 and 443 is 8443 ill make the change to the template edit: they changed the volume too try the new template when templates update
  9. could you try accessing the https port not the http
  10. Don't know much about pterodactyl if being honest tried installing it now it work but other then that im clueless Not sure i tried installing it now its seems fine did you try removing appdata folder for Matomo and start fresh.
  11. No idea never had this issue Did you try with another browser or deleting cache from your browser?
  12. Its not feature its missing https://github.com/rongfengliang/cloudbeaver-docker There is no persistence on the dockerfile
  13. Here what i found https://github.com/airsonic-advanced/airsonic-advanced/issues/325 https://github.com/airsonic-advanced/airsonic-advanced/issues/193
  14. Yeah im having the same problem will see whats the problem with that in their GitHub. Check the backup does it have all the data you need if not then something is wrong. Just to be sure. Thank you ill add it to the overview and notes.
  15. Good find I'll add it to the template never saw it in https://github.com/Leantime/leantime#installation-via-docker I don't know probably change few lines on this GitHub https://github.com/bndw/wifi-card
  16. Causes dont know web server issues no folder because its all in database Debian it should give latest but ill look into it
  17. Yes you can add the variables on the docker i might add few that is important
  18. database http://? you dont need that just put the database ip which is likely is your unraid ip
  19. I think (not sure) it have to do with database did u reset the tables? after the docker template update Persistence would be in PostgreSQL database so if you backup the database it should be there I'll try to make issue about it on docker developer GitHub
  20. I apologize i think i forgot to put the persistence will update the template now can you try removing the :3306 and leave it as IP only because it default to 3306 The commands should be run on mariadb and like TeCH-Guruz said adminer might help becuase is webui
  21. its stored in Postgres. thats exactly what the devloper put so im not sure if there is persistence files Database Hostname or IP: Change that to your database ip probably same as your unraid ip 192.168.0.x Database Name: pterodactly Database Username: pterodactly Database Password: pterodactly-password And you need to create the database sudo mysql -u root -p CREATE DATABASE pterodactly; CREATE USER 'pterodactly' IDENTIFIED BY 'Password_here'; GRANT ALL ON pterodactly.* TO 'pterodactly' IDENTIFIED BY 'Password_here' WITH GRANT OPTION; FLUSH PRIVILEGES; EXIT; server { listen 443 ssl; listen [::]:443 ssl; server_name phpbb.*; include /config/nginx/ssl.conf; client_max_body_size 0; # enable for ldap auth, fill in ldap details in ldap.conf #include /config/nginx/ldap.conf; location / { # enable the next two lines for http auth #auth_basic "Restricted"; #auth_basic_user_file /config/nginx/.htpasswd; # enable the next two lines for ldap auth #auth_request /auth; #error_page 401 =200 /login; include /config/nginx/proxy.conf; resolver 127.0.0.11 valid=30s; set $upstream_app phpbb; set $upstream_port 80; set $upstream_proto http; proxy_pass $upstream_proto://$upstream_app:$upstream_port; } }
  22. ill l update it now hopefully smtp problem is solved too Edit: i added the volumes but there is new issues so ill revert it to 2.1.1 and wait until it fixed https://github.com/Leantime/docker-leantime/issues/20
  23. server { listen 443 ssl; listen [::]:443 ssl; server_name leantime.*; include /config/nginx/ssl.conf; client_max_body_size 0; # enable for ldap auth, fill in ldap details in ldap.conf #include /config/nginx/ldap.conf; location / { # enable the next two lines for http auth #auth_basic "Restricted"; #auth_basic_user_file /config/nginx/.htpasswd; # enable the next two lines for ldap auth #auth_request /auth; #error_page 401 =200 /login; include /config/nginx/proxy.conf; resolver 127.0.0.11 valid=30s; set $upstream_app leantime; set $upstream_port 80; set $upstream_proto http; proxy_pass $upstream_proto://$upstream_app:$upstream_port; } } Something like that if its letsencrypt dont forget to change it to custom network with letsencrypt
  24. The changed the variables on the docker what i will change the templates to match what he changed https://github.com/Leantime/docker-leantime/commit/70e6a01dd0ba3d5921f7208cca1e09fef04b4617
  25. Don't know if you have the problem but if you have it reinstall it been having some issues with database embedded Make sure the database is right the Hostname and IP is right Don't know about Lenny so i cant help but hopefully someone will know how to do that

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.