Everything posted by A75G
-
[Support] A75G Repo
-
[Support] A75G Repo
I'm not sure whats seems the problem will remove the template until someone can understand the issue
-
[Support] A75G Repo
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
-
[Support] A75G Repo
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
- [Support] A75G Repo
-
[Support] A75G Repo
If you changed the port in the template change the url path Screenshot the template
-
[Support] A75G Repo
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
-
[Support] A75G Repo
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
-
[Support] A75G Repo
could you try accessing the https port not the http
-
[Support] A75G Repo
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.
-
[Support] A75G Repo
No idea never had this issue Did you try with another browser or deleting cache from your browser?
-
[Support] A75G Repo
Its not feature its missing https://github.com/rongfengliang/cloudbeaver-docker There is no persistence on the dockerfile
-
[Support] A75G Repo
Here what i found https://github.com/airsonic-advanced/airsonic-advanced/issues/325 https://github.com/airsonic-advanced/airsonic-advanced/issues/193
-
[Support] A75G Repo
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.
-
[Support] A75G Repo
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
-
[Support] A75G Repo
Causes dont know web server issues no folder because its all in database Debian it should give latest but ill look into it
-
[Support] A75G Repo
Yes you can add the variables on the docker i might add few that is important
-
[Support] A75G Repo
database http://? you dont need that just put the database ip which is likely is your unraid ip
-
[Support] A75G Repo
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
-
[Support] A75G Repo
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
-
[Support] A75G Repo
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; } }
-
[Support] A75G Repo
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
-
[Support] A75G Repo
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
-
[Support] A75G Repo
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
-
[Support] A75G Repo
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