• 0 Posts
  • 8 Comments
Joined 2 years ago
cake
Cake day: July 23rd, 2023

help-circle
  • if I can get it working

    It’s really as simple as starting one container per chat service, with a config like this:

    services:
        beeper-<service>:
            image: ghcr.io/beeper/bridge-manager
            restart: unless-stopped
            environment:
                - MATRIX_ACCESS_TOKEN=<your beeper matrix token>
                - BRIDGE_NAME=sh-<service>
            volumes:
                - ./beeper-<service>:/data
    

    then messaging the @sh-<service>bot:beeper.local bot user, and logging in to your chat account.




  • I’m using the DS920+, as it’s still the best 4-bay Synology NAS for media streaming/encoding tasks afaik. Caches are read-write, and do use the NVMe slots.

    The RAM upgrade and added caches definitely made a huge difference. The system is averaging around 70% RAM usage, and goes beyond that for certain tasks, so the current workload wouldn’t really be feasible without the extra RAM. And the caches really make most IO operation noticably faster, especially random drive access e.g. from multiple simultaneous processes.

    I have some Arr containers on there, as well as Plex, Audiobookshelf, AppFlowy, some Beeper Matrix bridges, FileFlows for media conversion, my own Piped instance, SearXNG, Vaultwarden, FirefoxSync, and a few smaller ones.