-
-
Notifications
You must be signed in to change notification settings - Fork 501
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
please update tasmoadmin #6805
Comments
It works well here: # curl -sSfL 'https://api.github.com/repos/TasmoAdmin/TasmoAdmin/releases/latest' | mawk -F\" '/^ *"browser_download_url": ".*\/tasmoadmin_v[^"\/]*\.tar\.gz"$/{print $4}'
https://github.com/TasmoAdmin/TasmoAdmin/releases/download/v3.3.0/tasmoadmin_v3.3.0.tar.gz I guess the GitHub API was offline when you installed TasmoAdmin, and Probably the web updater fails for the same reason. Can you try the above command? curl -sSfL 'https://api.github.com/repos/TasmoAdmin/TasmoAdmin/releases/latest' | mawk -F\" '/^ *"browser_download_url": ".*\/tasmoadmin_v[^"\/]*\.tar\.gz"$/{print $4}' |
Strange... I use the native PC uefi image. This is the output from curl:
Strange.... |
Ah right, a reinstall won't update TasmoAdmin due to the existence of the web updater. The web updater does still not work? |
Yes the webupdater dont work. |
I uninstalled tasmoadmin with dietpi-software and installed it again. But the self webupdater dont work. Same errorlog (Screenshot) |
I am currently trying to replicate the error. |
the IP addresses fit. tasmoadmin runs on a headless device local in my LAN. no access from outside my lan. |
Is it a problem with PHP? |
i have additionally installed Homer and baikal an lighthtpd is everything on port 80. is that the problem? |
Ah, I could reproduce it with Lighttpd! A new problem with the rewrites. Found and solved the issue:
Fixed with: b345081 Please update your config like this: curl -sSfo /etc/lighttpd/conf-available/99-dietpi-tasmoadmin.conf 'https://raw.githubusercontent.com/MichaIng/DietPi/dev/.conf/dps_27/lighttpd.tasmoadmin.3.conf'
systemctl restart lighttpd |
It works! You are the best! Thank you very much! |
Dietpi-Software [27] Tasmoadmin
It installs an old Version v3.2.0
Newest release is 3.3.0.
The intern self update funktion in tasmoadmin v3.2.0 Webinterface dont work.
Error:
The text was updated successfully, but these errors were encountered: