Neoon
Neoon
Comments
-
Patch Notes: * Zug has been removed from microLXC, existing containers have been wiped after hitting the deadline. * Antwerp was recently added as replacement for Zug, Thanks to Novos.be * Package tiny has now increased port speed of 50Mbit instead of 25Mbit* * Overall I/O limits have been increased up to 100MB/sec* *…
-
Small Patch: * switched all current sql statements to prepared statements since rqlite added support for it, thanks to @yoursunny for letting me know. * Removed sqlite3 as needed extension
-
Fork YABS and call it FLIAPS
-
Then I just ask. I filter any untrusted user input before I hand it over to sql, the cli is not filtered since I consider it trusted. I do prefer prepared statements anytime no question, I was not aware of it and I will update it when I got time.
-
They have a free Plan, works for me. Migration from .org is still going on, so I expect it to use OOS credits by then. No, cli.php is only available to your locally, means only you have access to these commands. Additional, every SQL query runs through SQLite3::escapeString. Thanks for letting me know, I will update the…
-
rigged
-
Update: * RSS Feed * Groups and Services can be deleted by name * Added CI Tests, to improve code quality, PHP 8 looks fine * Check if bcmath and curl extension exists if not throws an error * list returns a json response * some code + css optimizations
-
Nice.
-
This was a perfect piece of art, not a troll.
-
Did you copy that nameserver field from whcms?
-
This Morning, NL had a emergency maintenance, issues with some switches, this has been solved. If still face any issues, lemme know.
-
Yea the alpine image is a bitch. Well yeah I could change it to output json, should be no problem since its readable too. The ID's are unique, the names are not, so doing that would be suicidal. Also the ID's are used for JOINS, I cannot remove them however, I would put out a sql migration to make the names UNIQUE. Just to…
-
Shoot CF in the face. Figure out what url's the bots are calling, block it with nginx or its just 404's fail2ban go over the error log and let fail2ban ban them by IP.
-
Some do, just look at LET.
-
They had 50% on these before, without IPv6 it did cost you 2.50 per month. Meanwhile OneProvider does Sale in Germany, Hetzner and OVH discunted. I had the Idea offering RaspberryPi LXC containers, but I figured that is stupid.
-
You need to take a look at the docker page, I had my fun on the iPv6 bugs.
-
As LONG you dont push that forbidden button called RESTART or STOP inside that said Panel or the Provider reboots the node. You are fine, but if you do that, you are joining a round of russian roulette, you don't know what will hit you.
-
Virtualizor did break IPv6 on microLXC already a dozen of times, so piss.
-
Small update, a few bug fixes + css fixes for mobile including db init. Will add a rss feed later and external checks also some CI, which is needed.
-
I added it, currently in experimental branch, which the demo is running on. https://github.com/Ne00n/statibus/tree/experimental Works basically this way: php cli.php service add 1 Website http https://www.worldometers.info/coronavirus/ 2 200 corona no timeout + status code or list of status codes need to match and your…
-
Sounds easy but what do you do, when the said page is down? Also trigger an alert?
-
-
I added groups, check out the updated version: https://statibus.x8e.net/ Kinda essential so added. I am not a docker friend, if you want to make a docker version you can do that for sure. Basic email notifications for the webmaster are planned yea but not such as subscribe for outages. Maybe even a rss or json feed for the…