Opinion | Want employees to return to the office? Then give each one an office
  • death916 death916 Now 100%

    Start time is 8am bob leaves at 630 and sits in traffic or train you leave at 745 how are you working more or doing more duties.

    8
  • Pihole vs AdGuard Home
  • death916 death916 Now 100%

    If it's just for local you can add dns hostnames in the gui. I have all my lan boxes defined in pihole with the .lan under the local dbs ootio. Might even work for external too

    6
  • Steph Curry hole-in-one at American Century Championship 2023
  • death916 death916 Now 100%

    Same thing happened to adam22

    1
  • Microsoft’s Xbox Game Pass Friends & Family plan ends in August
  • death916 death916 Now 100%

    That's not an issue u can both play do it all the time with my son

    2
  • Stars leave Oppenheimer premiere as Hollywood actors' strike called
  • death916 death916 Now 100%

    God movie pass was amazing I saw so many movies I'd never pay to see normally but alot turned out great.

    1
  • As a YouTube premium subscriber, I think they should credit your account every time you go to watch a video and start playing an ad because they signed you out for no reason.
  • death916 death916 Now 100%

    I believe they are revoking the grandfather plans this yr. I received an email saying my price was going up and I've had it for years at the same price

    1
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearLE
    Jump
    Arm64 containers
  • death916 death916 Now 100%

    I've been using yours the past couple weeks. Found them on a desperate search on docker hub for arm images. Appreciate it

    2
  • plex or Jellyfin?
  • death916 death916 Now 100%

    Jellyfins Xbox app is unusable and afaik there's no app for Samsung tvs or at least not older ones.

    2
  • UPDATED: lemmony: A (better) better "All" browsing experience for small and large Lemmy instances
  • death916 death916 Now 100%

    ahah thanks, for posterity this is how far i got. Only needed to add the command to follow https://github.com/Death916/lemmy-federation-bot

    8
  • UPDATED: lemmony: A (better) better "All" browsing experience for small and large Lemmy instances
  • death916 death916 Now 100%

    I was working on something like this to add a bot user and follow active communities but got distracted. Looks like I can quit that side project hahah

    17
  • Recommendation: Tailscale VPN
  • death916 death916 Now 100%

    U can use headscale and make it pretty much 100% self hosted

    2
  • Snazzy filament suggestions?
  • death916 death916 Now 100%

    Naw completely stock ender 3v2 except for crtouch

    1
  • Snazzy filament suggestions?
  • death916 death916 Now 100%

    I just looked and the one i used are no longer sold. heres one pic though.

    Edit: added final product

    2
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearNB
    NBA death916 Now 100%
    Kings, Domantas Sabonis agree to contract renegotiation and extension for total of $217M over five years - Woj http://espn.com/app
    www.espn.com
    1
    0
    lemmy.death916.xyz

    https://lemmy.death916.xyz/c/game_clips !game_clips@lemmy.death916.xyz

    3
    0
    github.com

    cross-posted from: https://lemmy.death916.xyz/post/9829 > Heard about his on the self hosted podcast and just installed it and it works great. > Dont use the given compose file just make your own with the linuxserver image. Here's mine and it works over tailscale and through my reverse proxy. > ``` > version: "3" > services: > snapdrop: > image: "linuxserver/snapdrop" > > volumes: > - /nasdata/docker/volumes/snapdrop/:/data > > ports: > - "8090:80" > - "4430:443" > > ```

    24
    6
    github.com

    Heard about his on the self hosted podcast and just installed it and it works great. Dont use the given compose file just make your own with the linuxserver image. Here's mine and it works over tailscale and through my reverse proxy. ``` version: "3" services: snapdrop: image: "linuxserver/snapdrop" volumes: - /nasdata/docker/volumes/snapdrop/:/data ports: - "8090:80" - "4430:443" ```

    68
    26

    Since I had a hard time, and ive seen a few people still having issues. None of the posts exactly helped with my setupI decided to post my current docker-compose lemmy conf and explain a few things. Some steps are skipped such Also the docker-compose in the docs wouldnt federate properly until i explicitly added ports to the compose. ## FIRST STEPS First off im running lemmy on oracle free tier arm instance with 4 cores 24 gb of ram. This vps is not accessible from the internet. ON another free box I run nginx Proxy Manager which connects to any vm on my home or other networks I want accessible. I connect to the proxy box by using tailscale but any vpn should work ## DOCKER INSTALL So here is the compose file. the lemmy external host is the IP address of the proxy box. I used the tailscale ip . If you are not using an arm box remove the arm tag for the image. https://gist.github.com/Death916/77c8d2c0d0cb62019a5aba71f8292166 now here is the lemmy.hconf that should be in same dierectory as compose file. Edit with the same db as in the compose. https://gist.github.com/Death916/161928397f100f4bebac66cb909e6d99 ## Proxy setup Make an entry for your server. i used the tailscale ip with the port in the compose 1236.. Now you need to add this to the advanced tab. https://gist.github.com/Death916/6edcca3ec6c3df9df7301256963bade1 This nginx.conf is default from the lemmy project used for the webserver and also needs to be in same directory as the compose. https://gist.github.com/Death916/0da841d45923cded1e479427f1cde6e8 You also need some custom locations in proxy manager. A new entry for each of these. ``` Location = /api IP = internal IP of your server host port = 8536 (lemmy port, not the lemmy-ui port) Repeat the above for each of the others with locations as: /pictrs /feeds /nodeinfo ``` ![](https://lemmy.death916.xyz/pictrs/image/8c4958fe-9813-474d-be4f-65b5030d2286.png) With this setup only the box with nginx proxy manager is actually accessible while lemmy runs on a different one that is closed. The only thing different from the setup in the docs is ports listed for everything so they can communicate with nginx over tailscale.

    34
    13

    !sacramentokings@lemmy.death916.xyz https://lemmy.death916.xyz/c/sacramentokings

    4
    4

    !sacramentokings@lemmy.death916.xyz https://lemmy.death916.xyz/c/sacramentokings

    3
    0
    death916 Now
    10 109

    death916

    lemmy.death916.xyz