Skip Navigation
InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)CB
calm.like.a.bomb @ clmbmb @lemmy.dbzer0.com

I'm on fosstodon

Posts
8
Comments
392
Joined
2 yr. ago
  • I don't know about freshrss - I've used it a few years ago - but miniflux (another self hosted RSS reader) has integrations with a lot of tools, some of which are bookmark managers. I've set up mine with Linkding and it woks just as you described.

  • Not defending Amazon, but you can do this with Kindle too. I've had my kindles in airplane mode since I bought them (for me and my wife) and I'm adding books directly with Calibre anytime I want. You don't need their whole "ecosystem".

  • Selfhosted @lemmy.world
    calm.like.a.bomb @lemmy.dbzer0.com

    Anyone self hosting Firefox Sync? I have questions.

    Update: I solved my problem. I got everything working by using this repo, but also by not using LibreWolf - looks like either I'm missing something about its setup, or syncstorage-rs (firefox sync) doesn't handle it well: I noticed that when using it I would get "ua.os.ver":"UNKNOWN" in the logs, so maybe it's related.

    I'm trying to host my Firefox Sync server. I got it running using docker and with instructions from this github repo. Everything looks fine, I think... I can reach the host and I can reach the __heartbeat__ endpoint, getting this response: {"version":"0.13.6","quota":{"enabled":false,"size":0},"database":"Ok","status":"Ok"}, but nothing seems to sync!

    I set it up first on my LibreWolf instance and checking the docker container logs look like this:

     undefined
        
    Oct 12 10:43:42.840 INFO Starting 1 workers
    Oct 12 10:43:42.844 INFO Starting "actix-web-service-0.0.0.0:8000" service on 0.0.
      
    Linux @lemmy.ml
    calm.like.a.bomb @lemmy.dbzer0.com

    systemd-resolved how to keep DNS server order?

    I have a pi hole in my network and I set it as my primary DNS server, and my router (a Mikrotik) as secondary. DHCP sets the DNS servers as pihole, mikrotik in this exact order and I want to keep it that way. I know systemd-resolved uses some algorithm to set the fastest dns as current server, but I don't want/need that. Is there some way to do configure it to just let it be?

    I'm running Fedora 40.

    Linux @lemmy.ml
    calm.like.a.bomb @lemmy.dbzer0.com

    Trouble setting systemd timer

    I'm trying to move away from cron jobs, not that they don't work, but I want to get on with the times and also learn some things.

    I created two user timers (and the associated services), one for backing up my data and the second to upload to B2. I'm using two scripts I had in my cron jobs for a few years and they worked without problems. But with systemd timers both scripts fail with exit code 15 (process terminated) and I have no idea why.

    I run Debian 12 Bookworm.

    Here's the output for the status of the upload service:

     shell
        
    > systemctl --user status rclone-up.service
    ○ rclone-up.service - Run rclone up for b2
         Loaded: loaded (/home/clmbmb/.config/systemd/user/rclone-up.service; disabled; preset: enabled)
         Active: inactive (dead)
    TriggeredBy: ● rclone-up.timer
    
    Apr 11 06:10:39 tesla systemd[1698218]: Starting rclone-up.service - Run rclone up for b2...
    Apr 11 06:12:18 tesla systemd[1698218]: rclone-up.service: Main process exited, code=killed, status=15/TERM
    Apr 11 06:1
      
    Selfhosted @lemmy.world
    calm.like.a.bomb @lemmy.dbzer0.com

    Traefik for two domains, one internal and one external

    So, at the moment I'm using Nginx Proxy Manager, but lately I started seeing it moving slower and slower and even though I tried traefik some time ago, I didn't manage to make it work.

    Anyway, I want to start using traefik again, but I want to use it like this:

    • I want to access all my services/containers in my LAN through http (port 80) on something like sub.mylan.home
    • I want to access some of my services over the internet through https (port 443) on sub.mydomain.com

    I know this is possible, but I don't get the hang of the configuration. Somone care to share some tips?

    Selfhosted @lemmy.world
    calm.like.a.bomb @lemmy.dbzer0.com

    Need some wireguard help

    I've used wireguard for a pretty long time on my server and the phone as a client. I've had the same configuration for at least 4-5 years and never had issues. Last week I moved to using pihole in a container with a macvlan interface, so it has a different IP address than my physical server. Then I went and changed the DNS server IP on the wireguard config on the phone. When I reconnected I see I can't connect to any local IP address like I used to and I can't figure out why.

    The local LAN is 10.11.12.0/24, the VPN is on 10.11.13.0/24.

    Here's the server wireguard config:

     undefined
        
    [Interface]
    Address = 10.11.13.1
    ListenPort = 11194
    PrivateKey = ...
    
    PostUp = iptables -A FORWARD -i %i -j ACCEPT; iptables -A FORWARD -o %i -j ACCEPT; iptables -t nat -A POSTROUTING -o enp3s0 -j MASQUERADE
    PostDown = iptables -D FORWARD -i %i -j ACCEPT; iptables -D FORWARD -o %i -j ACCEPT; iptables -t nat -D POSTROUTING -o enp3s0 -j MASQUERADE
    
    [Peer]
    # Galaxy S20+
    PublicKey = U59JZqVbk2eFxTb7tteyu0WHlMTZsk68E
      
    Liftoff! @lemmy.world
    calm.like.a.bomb @lemmy.dbzer0.com

    Posts don't appear in account section

    Going to my account I can see all the comments I've made, but not the posts, even though there's the posts count showing the correct value.

    Privacy @lemmy.ml
    calm.like.a.bomb @lemmy.dbzer0.com
    Technology @beehaw.org
    calm.like.a.bomb @lemmy.dbzer0.com

    Intel graphic drivers collect Telemetry By default in windows.