Skip Navigation
aliens aliens @infosec.pub
Posts 1
Comments 16
How to go about self hosting a wiki of repair guides?
  • I recommend using Kiwix, https://kiwix.org/en/

    They already have a monthly archive of ifixit available: https://library.kiwix.org/viewer#ifixit_en_all_2023-10/home/home

    There are tons of other offline resources available for Kiwix as well https://library.kiwix.org/#lang=eng

  • hacker news
  • I've been pretty happy with Glider https://www.f-droid.org/packages/nl.viter.glider/

  • [Looking For] VPN + Torrent Client in Docker Compose
  • If you want to use transmission as your torrent client I recommend checking out https://github.com/haugene/docker-transmission-openvpn . There are some additional configuration changes needed for mullvad but it should be straightforward.

  • Just Went Live!
  • This is definitely my favorite Lemmy client so far!

  • Docker + Nextcloud = why is it so difficult?
  • Here's my docker-compose.yml for nextcloud (with minor privacy changes) that includes onlyoffice and drawio containers. SSL is not included and should be handled by NPM and you'll need a proxy host for both drawio and onlyoffice. I use NPM in docker so I just add it to the docs network instead of exposing any additional ports. For onlyoffice the secret key gets regenerated each time the container starts so you'll need to update onlyoffice setting in nextcloud each time (unless someone has a better solution). You can get the secret key by logging into the onlyoffice container and running

    cat /etc/onlyoffice/documentserver-example/local.json

    I've been running this solution for a few years without any major issues.

    docker-compose.yml

    version: '3.5'
    
    networks:
     docs:
      name: docs 
      driver: bridge
    
    services:
     nextcloud:
      image: linuxserver/nextcloud
      container_name: nextcloud
      environment:
       - PUID=1000
       - PGID=1000
       - MYSQL_DATABASE=nextcloud
       - MYSQL_USER=nextcloud
       - MYSQL_PASSWORD=P@ssWord321!
       - MYSQL_HOST=nextcloud_db
       - TZ="America/Chicago"
      volumes:
       - /home/user/docker/configs/nextcloud:/config
       - /home/user/docker/configs/nextcloud_data:/data
      restart: unless-stopped
      depends_on:
       - nextcloud_db
      networks:
       - docs 
    
     nextcloud_db:
      image: linuxserver/mariadb:110.4.21mariabionic-ls31
      container_name: nextcloud_db
      restart: always
      environment:
       - PUID=1000
       - PGID=1000
       - MYSQL_ROOT_PASSWORD=P@ssWord123!
       - MYSQL_DATABASE=nextcloud
       - MYSQL_USER=nextcloud
       - MYSQL_PASSWORD=P@ssWord321!
      volumes:
       - /home/user/docker/configs/nextcloud_db/mysql:/config
      restart: unless-stopped
      networks:
       - docs 
    
     onlyoffice:
      image: onlyoffice/documentserver
      container_name: onlyoffice
      restart: always
      depends_on:
       - nextcloud
      networks:
       - docs 
    
     image-export:
      image: jgraph/export-server
      container_name: nextcloud-drawio-export
      networks:
       - docs 
      volumes:
       - ./fonts:/usr/share/fonts/drawio
      restart: unless-stopped
    
     drawio:
      image: jgraph/drawio
      container_name: nextcloud-drawio
      networks:
       - docs 
      depends_on:
       - image-export
      environment:
       - VIRTUAL_HOST=drawio.example.com
       - VIRTUAL_PORT=8080
       - EXPORT_URL=http://image-export:8000/
      restart: unless-stopped
    
  • TandoorRecipes: Application for managing recipes, planning meals, building shopping lists etc.
  • Tandoor caches your most recent recipes so that's available when offline, I don't use the shopping list feature so I can't say for sure if it works the same way but I imagine it does

  • TandoorRecipes: Application for managing recipes, planning meals, building shopping lists etc.
  • This is a great web app that's easy to setup using docker and I've been using for a few years now. The developer is responsive and has done really good work getting it mobile friendly for the meal planner. The recipe importer works well and I highly recommend it!

  • Authenticator App
  • I use Aegis for important apps and store all non-critical ones in vaultwarden. It's a good trade-off in my opinion of having the convenience for less important things but still be secure and not having a single point of compromise for my critical, sensitive apps.

  • www.summitdaily.com A Breckenridge man saved a dog’s life. When the story went viral, it changed his life.

    When Breckenridge resident Zach Hackett first rescued Riley — a 9-year-old sheltie dog who had run away five weeks earlier — in May, nothing happened for about 10 days. Then the story swept across the...

    Feel good story about a guy getting his life back on track after needing work, getting dumped and hurting his hand. Hopefully he is successful with with his new pet lodging business and surgery.

    0
    Is there any chance I’ll be caught downloading via DDL?
  • A DDL (direct download) implies you are downloading it from a hosting site and storing it on your personal computer. A DMCA notice is sent when you are hosting the file and providing it to others.

    Per https://www.legalzoom.com/articles/i-got-a-dmca-notice-now-what

    "Copyright infringement has become so prevalent that sometimes you are not even aware that you are infringing on another person's rights. Most of the time, copyright infringement is an innocent mistake—such as reposting an image on Instagram that you like and want to share. Other times, the infringement is intentional. Either way, if you infringe on someone else's copyright, you will very likely receive a Digital Millennium Copyright Act (DMCA) takedown notice."

    Further down the site

    "Your next steps

    Once you receive a DMCA notice—either directly or through your ISP—review and confirm the alleged copyright infringement listed on the takedown notice. If you can confirm that there is a copyright infringement, you should proceed with taking down the identified material."

    This is the same reason you aren't at risk to DMCA when using Usenet/IRC because other people are providing you the files or downloading (not uploading) from google drive shared files.

    If you use torrenting (which implies you are seeding back to other people) or upload to google drive you can be at risk to receiving a DMCA takedown notice and then you'll have to decide whether to fight it or delete it.

  • Twitter is getting evicted from its Colorado office over unpaid rent
  • So long! Don't let the door hit your ass on the way out!

  • Anyone else a little disappointed how the blackout is going?
  • Spot on, federation and decentralization is the right path forward. Users create the content and should own it, the output of our time and typing has value and shouldn't be siloed away in corporate money making machines run by sociopaths. It should belong to the people to help us connect to each other.

  • Pirates ain't scabs. This blackout is now indefinite!
  • Home is where the heart is and for now, my heart is with lemmy! 🏴‍☠️

  • Reddit CEO Steve Huffman's letter to Reddit employees in response to blackout
  • Same here, the engagement level is well worth the transition and I'm tired of corporate silos, federation FTW!

  • Searching for a community doesn't work?
  • I've been following this thread because I was having the same issue:

    https://lemmy.ml/post/1210434

    What works for me is doing a search, getting the no results found, then searching again immediately and it shows on the second attempt

  • Plex, Emby, or Jellyfin
  • I've used Plex for 10 years+ and Jellyfin for few months. Plex handles media recognition great and has an easy match function for the videos that aren't automatically recognized or need to be fixed. I have a few friends/family that I share my library with and it's easy for them to get connected remotely using their phones and roku/firestick without any issues using their plex accounts. I have the lifetime pass so my mobile devices connect for free but it there may be cost to install the mobile app.

    Plex has expanded their free/ad-supported movies/tv shows but I have enough content I haven't explored it much. My server isn't very powerful so I can only have 2 streams going at once for my library which is mostly x265 content with a bunch of x264 content as well but that's enough for my needs.

    I use a roku as my main client and besides some flakiness with the wifi from time to time it works fine, responsive and you can use the mobile app or http://remoku.tv/ as remote controls too in addition to the physical remote.

  • Thank you Jerry!
  • We appreciate the great work getting this community started!