Skip Navigation
Suggestions for file sync / android backup / sharing software (nextcloud alternative)
  • I use nextcloud to sync our photos, with the memory's add-on and mobile app you can even have collections.

  • Should I stick with Docker Swarm for self-hosting?
  • I use swarm in my home lab, I don't have any docker things at work so Kubernetes is way more then I want to manage.

    All my stacks are in a git repo, I have an ansible playbook to update them if needed. I also have most things tracked on new releases (https://newreleases.io/) so I know when something needs an update, then I can either update the git repo by hand or use ansible.

    Also have a look at docker contexts, you can manage your swarm from a remote location.

  • What is your set up? How do you use Jellyfin?
  • OMG, thats a lot of things to connect to. installing Symfonium now to have a look

  • Cloudflare is bad. Youre right.
  • So I need to make a VPS setup script to install bind for DNS and wireguard or openvpn and push it to gitlab/GitHub?

  • NAS vulnerabilities
  • It is very simple, I run it from docker and it can plug into all sorts of places, I have nginx config that I could share if it helps.

    This is the tool https://oauth2-proxy.github.io/oauth2-proxy/

  • Best Google Maps replacement on desktop?
  • maybe a look at this site will help you -> https://osm-apps.zottelig.ch/

  • Advice on best way to replace personal Atlassian Jira subscription
  • Nextcloud deck is the Trello like thing

    I have also looked at weken and taiga

    https://Taiga.io https://wekan.github.io/

  • NAS vulnerabilities
  • Depending on the login flow, I have a lot of stuff behind an oauth proxy. So that you have to have a working 2fa account to see the non 2fa system behind.

  • Windows 11 is now automatically enabling OneDrive folder backup without asking permission
  • That would fail our current process of approving where we can store documents, just as well I have a Mac for work

  • Electricians of fediverse, should I have my selfhosting box grounded?
  • Electric shock to you? Get an electrician to check it and sign it off?

  • What are your thoughts on exposing a tool like dockge to outside of your man?
  • I have my portainer behind an oath proxy, using keycloak as the Auth provider

  • IP Block Lists & Docker Networking
  • I would have a cron that runs a script to pull the list and update IPset, this might not work.

    make a file on your docker server with the below in it, set the file to execute chmod +x file.sh

    #!/bin/sh
    ipset -q flush ipsum
    ipset -q create ipsum hash:ip
    for ip in $(curl --compressed https://raw.githubusercontent.com/stamparm/ipsum/master/ipsum.txt 2>/dev/null | grep -v "#" | grep -v -E "\s[1-2]$" | cut -f 1); do ipset add ipsum $ip; done
    iptables -D INPUT -m set --match-set ipsum src -j DROP 2>/dev/null
    iptables -I INPUT -m set --match-set ipsum src -j DROP
    

    Then add a cron file in /etc/cron.d that runs the script every 24 hours

    10 3 * * * root /root/file.sh
    
  • IP Block Lists & Docker Networking
  • Some thing like this

    iptables -I DOCKER-USER -m set --match-set ipsum src -j DROP

    Should do what you need

  • domains on internal network
  • I use pihole as my home DNS to do that

  • DNS issues
  • not sure your example domain is the best, can you lookup hrowood.biz?

  • Bitwarden releases phased beta for native mobile apps | Bitwarden Blog
  • thanks, have found the Andriod beta and installed it. Not blocked as I run vaultwarden

  • DNS issues
  • this might be what your looking for -> https://docs.pi-hole.net/guides/dns/unbound/

  • Bitwarden releases phased beta for native mobile apps | Bitwarden Blog
  • WOW, that is amazing. How do I get the new beta?

  • Featured
    Lemmy v0.19.5 Release - A Few Bugfixes
  • great work, But I haven't got 0.19.4 sorted yet

  • Maintenance updates ready for Hub 4, 6 and 7 - Nextcloud
    nextcloud.com Maintenance updates ready for Hub 4, 6 and 7 - Nextcloud

    We updated Nextcloud server, focusing on several key performance improvements, bug fixes, and security enhancements. We strongly recommend you to update, as it is always a quick and safe process.

    Maintenance updates ready for Hub 4, 6 and 7 - Nextcloud
    1
    October firepit in shorts

    Sat with our firepit in shorts and t-shirt, what's that that all about

    0
    Nextcloud Hub 6: Healthy meeting culture and the first local AI Assistant

    cross-posted from: https://lemmy.horwood.cloud/post/51982

    > O M G > Nextcloud just gets better and better, have you had a look at how you can degoogle?

    5
    FoxEss Cloud collector via MQTT

    Hello,

    I have been working on a FoxEss Cloud to MQTT thing, written in PHP, but need some testing from others.

    If you have a FoxEss Cloud inverter and run MQTT, this could be for you

    Githhub repo -> https://github.com/mhzawadi/foxess-mqtt/tree/dev-php

    Docker image -> docker pull mhzawadi/foxess-mqtt

    Docker test image -> docker pull mhzawadi/foxess-mqtt:dev-php

    Please leave me any feedback on the github repo, also if your into PHP and want to pick holes my hacking you could make a PR.___

    1
    mhzawadi Matt The Horwood @lemmy.horwood.cloud

    I run this server

    Posts 15
    Comments 195