savbran

joined 1 year ago
 

Ventoy now supports to boot image files (.iso/.wim/.img ...) in local disk so that:

  • You avoid to copy iso images on a slow USB device, just a link
  • You can keep OS iso images on a speedy external drive
[–] [email protected] 2 points 10 months ago

Just found it and tried on my home server, it works:

version: '3.3'
services:
  yarr:
    container_name: yarr
    image: maskalicz/yarr:latest
    ports:
    - 7070:7070
    volumes:
    - ./yarr-data:/data:rw

Anyway, it just have one view mode with 3 panels and it's not customizable. At the moment, the most featured and exstesible RSS Feed service seems to be FreshRSS as suggested in the thread by @[email protected].

 

Hi guys, do you know if there is a good RSS Feed service that can be self-hosted which also exposes a good front-end to read the subscribed news? Thanks in advance.