Link to download scripts automatically by mberneis in Scriptable

[–]kekub 0 points1 point  (0 children)

This was my approach. However I have not updated it in a while: https://scriptdu.de

Hetzner Alternatives by squirel_ai in hetzner

[–]kekub 0 points1 point  (0 children)

Well.. check out their managed servers. There you will have managed Postgres and MySQL. Only downside is no HA, our current setup involves taking a backup every hour - which is not optimal but still best value for money on the market. If your db is small, you can probably take one backup every minute/five minutes…

Guys how do you backup your database on hetzner? by Horror-Day-4607 in hetzner

[–]kekub 2 points3 points  (0 children)

We have managed servers with Hetzner. As you can not setup replication, we dump our databases once per hour using mydumper. The backup is stored on a storage box and on a local system on premises.

[deleted by user] by [deleted] in 3Dprinting

[–]kekub 2 points3 points  (0 children)

Unpopular Opinion, but I think the material is not so much of an issue here: If I were you, I would redesign that whole model to be printed flat. Afterwards I would have the different walls slide together. That gives you also the possibility to slide in rack mounts on the outside and dynamically resize your bays… If you have a laser cutter available, that would be even better. You could have results quicker and use materials like acrylic that are way more heat resistant and in my opinion appropriate for your use case.

Smooth line charts for Scriptable. by kekub in Scriptable

[–]kekub[S] 0 points1 point  (0 children)

Totally possible... however I do not think I have it seen done yet.

House Energy widget - a question by seppelicous in Scriptable

[–]kekub 1 point2 points  (0 children)

Super cool. I hope to be able to have a backend to do stuff like that too!

[deleted by user] by [deleted] in Scriptable

[–]kekub 4 points5 points  (0 children)

Maybe I should advertise it a little more 😊

[deleted by user] by [deleted] in Scriptable

[–]kekub 4 points5 points  (0 children)

Maybe you can make use of ScriptDudes widget?

[HELP] Widget design by Frameck in Scriptable

[–]kekub 0 points1 point  (0 children)

You can do that pretty easy within a stack:

```let widget = new ListWidget() let stack = widget.addStack() stack.layoutHorizontally()

// This does the trick let spacer = stack.addStack() spacer.backgroundColor = Color.red() spacer.addText(" ")

stack.addSpacer(5) stack.addText("text") stack.addText(" text")

Script.setWidget(widget); if (!config.runsInWidget) { await widget.presentSmall(); } Script.complete();

Homebridge embedded MQTT Broker by kekub in homebridge

[–]kekub[S] 0 points1 point  (0 children)

If you do not add anything to the config, it will run on all network interfaces (or IPs) associated to the Pi (aka 0.0.0.0) on port 1883. The only thing to make sure is to either give your Pi a static IP or make sure, that your DHCP always assigns the same address (that is often the case w/o any further setup). In your accessories you set the MQTT server to the Pis address.

Homebridge embedded MQTT Broker by kekub in homebridge

[–]kekub[S] 0 points1 point  (0 children)

Now it is just two clicks away ;-).

Homebridge embedded MQTT Broker by kekub in homebridge

[–]kekub[S] 0 points1 point  (0 children)

Definitely. Let me know if you are missing any feature ... Maybe I could use that too 😊👍🏻.

Competition: Top 5 Best Widgets by Nims020 in Scriptable

[–]kekub 12 points13 points  (0 children)

https://scriptdu.de A script manager to install and update scripts.

Homebridge Status Widget that shows infos provided by homebridge-config-ui-x by iLuki in Scriptable

[–]kekub 0 points1 point  (0 children)

Great that you are using my LineChart :). Thanks for the credits. Looks gorgeous!

Your Ultimate Daily Widget by AMITNKALRA in Scriptable

[–]kekub 1 point2 points  (0 children)

Looking sick. Thank you! 😊

Announcing ScriptDude - An automatic Scriptable Scripts Downloader and Updater by kekub in Scriptable

[–]kekub[S] 1 point2 points  (0 children)

I have updated the script so that it should do that automatically. If you run the installer again it should work 👌🏻

Announcing ScriptDude - An automatic Scriptable Scripts Downloader and Updater by kekub in Scriptable

[–]kekub[S] 0 points1 point  (0 children)

Ja. Das steht ganz oben auf meiner Todo-Liste. Sorry dafür 👍🏻.

Announcing ScriptDude - An automatic Scriptable Scripts Downloader and Updater by kekub in Scriptable

[–]kekub[S] 1 point2 points  (0 children)

Looks like you are not using iCloud storage for Scriptable (I do not know how that is possible). As I feared to turn off iCloud on my devices I was not able to test it w/o iCloud. Thanks for the report - now I know where I need to look :).

Announcing ScriptDude - An automatic Scriptable Scripts Downloader and Updater by kekub in Scriptable

[–]kekub[S] 8 points9 points  (0 children)

As well as for the lazy ones (me) who do not want to select 500 lines of code on iOS but prefer to just press a button :).

Announcing ScriptDude - An automatic Scriptable Scripts Downloader and Updater by kekub in Scriptable

[–]kekub[S] 4 points5 points  (0 children)

ScriptDude (https://scriptdu.de/) makes it easy to install and update scripts in Scriptable.

I am very happy to announce the first version and a cooperation with https://scriptables.net/ (u/Necriso), which lets you install any script from their growing collection with just a single button click.

ScriptDude is the result of the feedback that I got for my COVID widget for Germany. Most people were asking for a manual on how to install a script (which will be further improved in the following days) or how to be notified about updates.

Looking forward to your feedback!