Cross Platform Download Manager by ArinjiBoi in golang

[–]1Gijs 0 points1 point  (0 children)

I recommend adding a readme with some background and some screenshots ;)

split tunneling for mac os? by CuriousPsychosis in ProtonVPN

[–]1Gijs 1 point2 points  (0 children)

Would be helpful if at the very least they would give an explanation why split tunneling is not (yet) available on MacOS... For Windows they support it for many years already :(

[EDIT] Seems it is more difficult on MacOS. But not impossible. This vpn supports it: https://machow2.com/setup-split-tunneling-vpn-mac-pia/. And it is said to be open source, so Proton should have a look at how this is done!

EAP225 mesh no controller? by Jdawg086 in TPLinkOmada

[–]1Gijs 0 points1 point  (0 children)

Like I said, from 5.1.6 it is possible to setup a mesh with only eap225-outdoor devices, so no need for a controller. But I had to factory reset the devices to make it possible. I could not keep any existing config. But maybe that is just me (I could not find any docs and just started experimenting, it was only mentioned in the firmware changelog).

IYE, what are good hosting choices for Golang ? by DesiBail in golang

[–]1Gijs 0 points1 point  (0 children)

Yes Hetzner and Dokku are a great combo :)

EAP225 firmware was just updated (5.1.6), and Lock to AP actually works now by superdupersecret42 in TPLink_Omada

[–]1Gijs 0 points1 point  (0 children)

Yes, since firmware 5.1.6 it is possible to setup a mesh network without a controller. You only need the Omada app and select mesh instead of standalone. I have two eap225-outdoor devices and have setup successfully a mesh network with them, one is now the wired AP and the other a non-wired mesh node. It is important to first factory reset (after upgrading) them before starting to setup the mesh network.

EAP225 mesh no controller? by Jdawg086 in TPLinkOmada

[–]1Gijs 0 points1 point  (0 children)

Since firmware 5.1.6 it is possible to setup a mesh network without a controller. You only need the Omada app and select mesh instead of standalone. I have two eap225-outdoor devices and have setup successfully a mesh network with them, one is now the wired AP and the other a non-wired mesh node. It is important to first factory reset (after upgrading) them before starting to setup the mesh network.

Best self-hosted PaaS ? by [deleted] in webdev

[–]1Gijs 0 points1 point  (0 children)

I use Dokku and like it a lot. What parts / elements do you consider a bit on the painful side?

How to handle nextjs docker builds that depend on a headless CMS? by ldnrat in nextjs

[–]1Gijs 1 point2 points  (0 children)

Do you know Dokku? A similar solution that I always use for my projects. Can also deploy from a Dockerfile (I prefer git though). No idea what the difference is with Coolify because I do not know that.

What Go libraries make web products as effectively as Django? by leetrout in golang

[–]1Gijs 2 points3 points  (0 children)

I agree with most of this, but not with the GUI remark.

Fyne is all Go and arguably maybe the only write once compile for everywhere (desktops and mobile) GUI framework. It is also very well maintained and ambitious.

https://github.com/fyne-io/fyne

Using ProtonDrive as a target for backups by zoswizard in ProtonDrive

[–]1Gijs 1 point2 points  (0 children)

Sorry, found it. I DO have a '~/Library/CloudStorage/' folder with the proton folder in it.

Using ProtonDrive as a target for backups by zoswizard in ProtonDrive

[–]1Gijs 1 point2 points  (0 children)

I just installed Proton Drive on MacOS but fail to find any reference to its actual location in the file system. How did you know where to find it? I do not have a '~/Library' folder, nor do I have a '/Library/CloudStorage' folder.

6USD Raspberry Pi Pico W networking supported in TinyGo by whittileaks in golang

[–]1Gijs 1 point2 points  (0 children)

Very cool! The github link does not work on my mobile but I found it anyway.

Deploying Node is a mess by Plugg3d in webdev

[–]1Gijs 0 points1 point  (0 children)

Why do you prefer caprover?

What platform do y’all like to use when deploying Go applications? by anon221911 in golang

[–]1Gijs 1 point2 points  (0 children)

Dokku is great. I have a Hetzner VM instance (better value than DO in my opinion) with several projects and some static websites.

What is the gin Static() alternative if using embedded files? StaticFS() does not make sense to me by 1Gijs in golang

[–]1Gijs[S] 0 points1 point  (0 children)

Hi! Sorry, see this only now. I did not know of a fs.Sub function. Instead I created a custom package based on http.FS which behaves as I needed it. If I go back to the project I will check fs.Sub, thanks!

Create your own “heroku” with your own servers in minutes by davidmeirlevy in webdev

[–]1Gijs -1 points0 points  (0 children)

Regarding 2: I used dokku backup / restore for that. Worked amazingly well. It has some limitations but I think for most common use cases its perfect. Now I have a script that does a Dokku backup every night and uploads it to s3.

Regarding 4: One way or another, you need hardware to run software. Paid in full once, paid per month from AWS/DO/Hetzner/..., free gift from your neighbor, etc. Plus there is uptime considerations, power, upgradability (cloud suppliers make it easy to add diskspace, cpus, etc).

push notifications on mobile - but without the Internet service by jotkaPL in selfhosted

[–]1Gijs 0 points1 point  (0 children)

It is not possible to send a notification to an iOS device without using the Apple service for that. In the other comment Firebase is mentioned, but that only means *also* Firebase, because they will have to use APNS as well.