Sander0542

Members
  • Posts

    24
  • Joined

  • Last visited

Posts posted by Sander0542

  1. 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?

  2. 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

     

  3. 10 minutes ago, mucflyer said:

    So it should be additional decker with mysql. Created user / password / permissions. Does network manager will create DB Od first start?

    Gesendet von meinem CPH2449 mit Tapatalk
     

     

    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.

    • Like 1
  4. 7 minutes ago, mucflyer said:

    Only got (fresh install) :

    Could not connect to the database server
    In Connection.php line 759:
      SQLSTATE[HY000] [2002] Connection refused (SQL: select * from information_s  
      chema.tables where table_schema = network_manager and table_name = migratio  
      ns and table_type = 'BASE TABLE')                                            
    In Connector.php line 70:
      SQLSTATE[HY000] [2002] Connection refused  

    And ocker doesn't start obviously.

     

    Have you filled all the environmental variables for the MySQL database? It looks like the application is unable to connect to the database.

  5. Just now, Jason Harris said:

    It's fine, just wanted to provide some feedback! I'll keep an eye on this project, certainly. Looks interesting.  I can explore it with Edge for now.

    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

  6. 6 minutes ago, Jason Harris said:

    Now, I did just try it in Edge/Chromium. It worked that time! So maybe it's a Firefox thing /shrug

    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.

  7. 1 minute ago, Jason Harris said:

    Restarted, launched webgui, filled out the form (~10 seconds) after the page came - same issue.

     

    I also changed the db account being used to the root instead of mine - still didn't help. The table is populated, but no users are being generated in the database.

    Have you set the Application Key to a string with a length of 32? For example `DFzqBaqwAqgz4PCdpwqx48Cxr8Rsk3ku` (dont use this one)

  8. 1 minute ago, Jason Harris said:

    Creating a new user account generated a blue "419 | Page Expired" message. Can't proceed.

     

    Nothing in the logs on either the MySQL server or Network Manager containers.

    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.

  9. 2 hours ago, Exes said:

    What's the default login?

    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.