A75G

Members
  • Posts

    121
  • Joined

Everything posted by A75G

  1. You dont access pocketbase you only access grimoire pocketbase is only the backend
  2. Okay i have added Chibisafe requirement for 6.0 when running it you will require to install three containers chibisafe_server chibisafe-caddy chibisafe Additionally you must put them in docker network Please test it and inform me for any changes
  3. Never mind they have changed alot to the docker compose. this might require change to two dockers now For the time being leave it 5.x to check how this works
  4. not sure i saw dev made some changes in github
  5. Can you try changing latest to 0.3.1 for Grimoire
  6. Okay got it working kinda the only issue im facing is uploading files to it if you can tinker with it and find out what the problem are The template updated should be up soon
  7. The latest update to the template should address this issue of username password and the origin will look it up when i can problem with this docker it has so many changes overtime that you cant keep it up so that why i put specific version
  8. Please share screenshot of both templates and in unraid cli show me what ls /mnt/user/appdata/pocketbase/pb_migrations/ I cant help with matrix setup but i found this guide to be useful
  9. Please share screenshot of both templates and did you follow the steps?
  10. Run chown -R 1000 /mnt/user/appdata/psitransfer/
  11. Make sure Domain variable is configured correctly for example http://192.168.1.10:6500
  12. What does not work? i just run it again clean to make sure and it worked Please make sure of the following: If you changed the ports please make sure to change them in the PUBLIC_URL and PUBLIC_SERVER_URL env Make sure to change the Unraid_IP to your IP unraid ip an example (192.168.1.100) Created the database in postgres with the right premission an example for postgres is CREATE USER resume WITH PASSWORD 'password'; CREATE DATABASE resume WITH OWNER resume TEMPLATE template0 ENCODING 'UTF8'; GRANT ALL PRIVILEGES ON DATABASE resume TO resume; And thats about it
  13. Hello once more, As previously mentioned, since you're actively following this thread, if you're aware of any issues, kindly consider either submitting a pull request or offering the necessary configuration changes.
  14. I understand your frustration, but understand that people schedule changes in life and i wont lie i love making templates but i really don't have the time for it or power to follow up everything. Regarding the support threads * binhex - create his own docker images so he understand the images perfectly * linuxserver.io - have a lot of people working on the images and support * Taddeusz and clowrym - if you can see the repo they have 4 to 3 docker templates. Please put yourself in my shoes. And even though i have not commented i see the comments time to time and fix the docker templates when i see issue someone posted in here https://github.com/A75G/docker-templates/commits/master please lookup the commits date.
  15. It's important to note that I am under no obligation to maintain updates. However, I genuinely welcome any support from the community. If you would be willing to address the support concerns. please raise GitHub merges for the fixes if you have the time to it. Moreover if you have fixes for Docker templates you can do the same. https://github.com/A75G/docker-templates/pulls From my understanding you are thinking that the support should be included and updated regularly but when i have added the support it was for people that are starting in Unraid and require additional support. keeping it updated for each template and checking each Application developer for updates would consume all my time which i have rarely but as i stated above if you or anyone would like to contribute on adding or fixing any template or support README.MD please pull merge in GitHub.
  16. /etc/vikunja/vikunja.db mean the path of sqlite inside the container Added requirement to install the config https://github.com/A75G/docker-templates/commit/eb63652dae1a58061a7d60988637a81b23543b26 You can start testing using vikunja/api:0.19.2 then updating to vikunja/api:latest for exmaple
  17. Check now and confirm with latest template change: https://github.com/A75G/docker-templates/blob/master/templates/vikunja-api.xml
  18. okay change it to "ALL" without quotation. i have updated the template
  19. Try adding DB_NAME variable with each databases you have for example: nextcloud,authelia,freshrss,mysql
  20. I checked don't know why but when removing the moodle path it work. I fixed few variables they changed for the databases nothing work unless removing the moodle path even though they have it in the docker compose https://github.com/bitnami/bitnami-docker-moodle/blob/master/docker-compose.yml
  21. You dont need synapse-admin to create admin user i linked to a guide will check and revert back No idea but it getting updates on docker hub. No idea this is all i can get from there docker compose https://github.com/Leantime/docker-leantime I just installed it no issue make sure [IP] is changed to you unraid ip.
  22. Hello, There is issue submitted regarding this https://github.com/crazy-max/docker-flarum/issues/40 It used to work flawlessly but now epic made some implementation for this https://github.com/claabs/epicgames-freegames-node/issues/97 I'm not sure. If it need any changes in docker template please inform me or make pull request Could you please share the steps so other can know how to use the proxy
  23. https://github.com/tiredofit/docker-freescout/blob/master/CHANGELOG.md
  24. I changed to another repo please give it a try after few hours when the templates update in CA