Sander0542

Members
  • Posts

    24
  • Joined

  • Last visited

About Sander0542

  • Birthday 06/07/2001

Converted

  • Gender
    Male
  • URL
    https://sanderjochems.com
  • Location
    Eindhoven, Netherlands

Recent Profile Visitors

865 profile views

Sander0542's Achievements

Noob

Noob (1/14)

5

Reputation

  1. Okay, that is good to know and will same me some time debugging. How about creating a plugin which installs K3D (D not S) and setups a cluster within Docker. https://k3d.io/
  2. Adding K3S to Unraid in the form of a plugin would be a good solution too. Is there any documentation on how to create a custom plugin for Unraid which installs and upgrades software packages?
  3. Would it be possible to have K3S running in Unraid. K3S would fit perfectly within the Unraid ecosystem. Below are some motivations for this feature request. - K3S is great for Homelabs - More competition with TrueNAS SCALE which has Kubernetes - The binary is less than 100 MB - The binary includes all depdencies - Could be enabled/disabled in the settings (like Docker and VM) This feature would allow the more technically advanced users of Unraid use it and run more complex applications on their homelab. https://docs.k3s.io
  4. Yes, you need an additional docker container with MySQL. I am not sure whether the database is automatically created. Try creating it yourself to avoid any errors.
  5. In what mode are you running the MySql container and Network Manager container?
  6. Have you filled all the environmental variables for the MySQL database? It looks like the application is unable to connect to the database.
  7. Happy to hear it works now! Thank you very much!
  8. @Hawk-N it looks like your database connection is not working. Please check the host, port, user and password. I am also releasing new builds which should give better error messages in the console. It will be available in a few hours.
  9. Thanks for the feedback! It helps a lot! You can check the status of the release on this page. When everything is green its release and you can update the docker container on unraid. https://github.com/Sander0542/Network-Manager/runs/4629198832?check_suite_focus=true
  10. I haven't tested the application in Firefox yet. I have a potential fix which could fix your problem. I'll make a release which should be available in about 15 minutes. I'll send you a message when it is available.
  11. Could you open the docker terminal for the container (Icon -> Console) and execute this command `cp /var/www/html/storage/logs/swoole_http.log /var/www/html/public/err.log`. Then open the website and navigate to the `/err.log` location. It should download a file. Can you share that with me please?
  12. Have you set the Application Key to a string with a length of 32? For example `DFzqBaqwAqgz4PCdpwqx48Cxr8Rsk3ku` (dont use this one)
  13. This usually happens when you wait too long before submitting a form or restart the server after you have loaded a page. Could you try restarting the container and then refreshing the register page? After that, you should be able to create an account.
  14. There is no default login or setup process yet. However you can go to the /register page to create an account Edit: Since version 0.1.1 the user will be redirected to the register page if there are no account in the database.