A random person on lemmy. Banner art from Deemo switch version
Alt lemmy @Deemo@lemmy.world
Alt kbin: @Deemo@fedia.io
FMHY (archive): @Deemo@lemmy.fmhy.ml
- 11 Posts
- 29 Comments
Deemo@bookwormstory.socialOPto Selfhosted@lemmy.world•Latency with pi-hole + wireguardEnglish2·11 months agoInteresting I always assumed they used ip not dns for geo locating cdns.
Deemo@bookwormstory.socialOPto Selfhosted@lemmy.world•Latency with pi-hole + wireguardEnglish1·11 months agoHow much was your latency out of curiosity?
Deemo@bookwormstory.socialOPto Selfhosted@lemmy.world•Latency with pi-hole + wireguardEnglish2·11 months agoThanks for the clarification
Deemo@bookwormstory.socialOPto Selfhosted@lemmy.world•Latency with pi-hole + wireguardEnglish2·11 months agoDoes the 300ms include dns latency?
Deemo@bookwormstory.socialOPto Selfhosted@lemmy.world•docker compose reverse port map without using Host network driver (--net=host)English2·11 months agoThanks for the tip
Deemo@bookwormstory.socialOPto Selfhosted@lemmy.world•docker compose reverse port map without using Host network driver (--net=host)English1·11 months agoI should elaborate. I want to switch from caddy to authentiks internal reverse proxy. By default authentik uses ports 9000 and 90443 and you have the option to change them to 80 and 443 via docker compose.
Using host mode throws a wrench in the ports and authentik is made of more than one container.
Deemo@bookwormstory.socialOPto Selfhosted@lemmy.world•[Question] anyone used eu.org subdomainEnglish1·1 year agoDoes whois privacy work for .eu?
Deemo@bookwormstory.socialOPto Selfhosted@lemmy.world•[Question] anyone used eu.org subdomainEnglish4·1 year agoI do own a cheap numerical xyz domain (something like 432433.xyz) cost a dollar per year. Only reason I was curious about eu.org is its very short and ends with .org.
I haven’t really bought a proper .com domain since I’m just using them for side hobby projects (not for sharing with other people).
Deemo@bookwormstory.socialOPto Selfhosted@lemmy.world•[Question] anyone used eu.org subdomainEnglish4·1 year agoThanks for the clarification
Deemo@bookwormstory.socialOPto Selfhosted@lemmy.world•unattended upgrades with caddyEnglish1·1 year agoAgain thanks for taking the time to help and explain this to me
Deemo@bookwormstory.socialOPto Selfhosted@lemmy.world•unattended upgrades with caddyEnglish1·1 year agoYep this works
Deemo@bookwormstory.socialOPto Selfhosted@lemmy.world•unattended upgrades with caddyEnglish1·1 year ago“origin=cloudsmith/caddy/stable”;
Unable to parse Unattended-Upgrade::Allowed-Origins. An error occurred: not enough values to unpack (expected 2, got 1)
// Automatically upgrade packages from these (origin:archive) pairs // // Note that in Ubuntu security updates may pull in new dependencies // from non-security sources (e.g. chromium). By allowing the release // pocket these get automatically pulled in. Unattended-Upgrade::Allowed-Origins { "${distro_id}:${distro_codename}"; "${distro_id}:${distro_codename}-security"; // Extended Security Maintenance; doesn't necessarily exist for // every release and this system may not have it installed, but if // available, the policy for updates is such that unattended-upgrades // should also install from here by default. "${distro_id}ESMApps:${distro_codename}-apps-security"; "${distro_id}ESM:${distro_codename}-infra-security"; "${distro_id}:${distro_codename}-updates"; // "${distro_id}:${distro_codename}-proposed"; // "${distro_id}:${distro_codename}-backports"; "origin=cloudsmith/caddy/stable"; };
Deemo@bookwormstory.socialOPto Selfhosted@lemmy.world•unattended upgrades with caddyEnglish1·1 year agoFirstly thank you so much for explaing this for me.
“origin=Zabbix,codename=${distro_codename}”; //Zabbix Agent repository
I tried using this as a template for caddy
500 https://dl.cloudsmith.io/public/caddy/stable/deb/debian any-version/main arm64 Packages release o=cloudsmith/caddy/stable,a=any-version,n=any-version,l=source=none,c=main,b=arm64 origin dl.cloudsmith.io
I assume origin is:
o=cloudsmith/caddy/stable
When adding this rule
"origin=cloudsmith/caddy/stable,codename=${distro_codename}"; //Caddy repository
I get this error
Unable to parse Unattended-Upgrade::Allowed-Origins. An error occurred: not enough values to unpack (expected 2, got 1) Traceback (most recent call last):
https://pastebin.com/raw/7gtkRw7c
When changing the syntax to:
"cloudsmith/caddy/stable:${distro_codename}"; // Caddy
The error goes away.
Any ideas?
Deemo@bookwormstory.socialOPto Selfhosted@lemmy.world•Self hosted cloud with mac app that can sync and filestream (similar to google drive)English1·1 year agoUpdate regarding virtual files has more quirks.
- You cannot move files or folders. If you try nextcloud will simply copy the files to new destinaiton while not moving.
- the nextcloud sync and virtual files refresh/update independently (a change may propigate to sync but not files and vice versa).
Also turns out the reason it was a github release was it is still in alpha 😅 .
Deemo@bookwormstory.socialOPto Selfhosted@lemmy.world•Self hosted cloud with mac app that can sync and filestream (similar to google drive)English1·1 year agoUpdate the stable client does have proper virtual file sync.
Regarding the previous virtual file sync system (.nextcloud) you had to enable experimental features to get it. The latest stable just has both versions of syncing and I missed the obsious vfs sync option.
The only downside to the new system is there isn’t a make file/folder available offline always option in the context menu (you can get around this by manually setting up synced folders but it is a little inconvient).
Deemo@bookwormstory.socialOPto Selfhosted@lemmy.world•Self hosted cloud with mac app that can sync and filestream (similar to google drive)English1·1 year agoNextcloud desktop client 3.13.0
Edit 2:
You need to grab the release from https://github.com/nextcloud-releases/desktop/releases/tag/v3.13.0
Specifically the vfs version Nextcloud-3.13.0-macOS-vfs.pkg
brew doesn’t really work
Deemo@bookwormstory.socialOPto Selfhosted@lemmy.world•Self hosted cloud with mac app that can sync and filestream (similar to google drive)English1·1 year agoThis is how it shows up for me on Nextcloud desktop client 3.13.0
Deemo@bookwormstory.socialOPto Selfhosted@lemmy.world•Self hosted cloud with mac app that can sync and filestream (similar to google drive)English2·1 year agoIt sorta does. Nextcloud creates a list of placeholder files with a .nextcloud extension and when you open it nextcloud will auto download the realfile and open it.
Deemo@bookwormstory.socialOPto Selfhosted@lemmy.world•Self hosted cloud with mac app that can sync and filestream (similar to google drive)English1·1 year agoUnfortunatly like syncthing nextcloud mac app also has the same file extension sync issue (they use .nextcloud).
You could create a DIY notification system if you want. In the past using a old Mac mini I had a script that would check new notifications from Lemmy rss feed if I recived an notification from Lemmy and then send a push notification to my phone using ntfy.
The script was janky it used apple script to trigger a apple short cut that sent the notification (sending a post request to ntfy).
I’m sure there is probably a more elegant way to do it.
Alternatively you could set up a RSS reader that polls Lemmy every so often to send notications.