blue lion
An average internet user
- 1 Post
- 16 Comments
blue lion@sh.itjust.worksto
Selfhosted@lemmy.world•Your favorite lesser known docker container?English
2·1 year agoI used Traccar before switching to FMD. It used a lot of battery for somewhat inaccurate results in my case (might be phone related).
blue lion@sh.itjust.worksto
Selfhosted@lemmy.world•Your favorite lesser known docker container?English
4·1 year agoYou need to install the client from F-Droid and it periodically polls your device for its location.
blue lion@sh.itjust.worksto
Selfhosted@lemmy.world•Your favorite lesser known docker container?English
4·1 year agothe only change I had to make was to add the config file to the volumes list:
compose.yml
services: fmd-server: image: registry.gitlab.com/nulide/findmydeviceserver:v0.7.0 container_name: fmd-server volumes: - data:/data - ./fmd/data:/fmd/db/ - ./fmd/config/config.yml:/fmd/config.yml:ro restart: unless-stopped networks: - fmd_server # ports: # - 8080:8080 # legacy volumes: data: networks: fmd_server:
blue lion@sh.itjust.worksto
Selfhosted@lemmy.world•Your favorite lesser known docker container?English
171·1 year agohttps://gitlab.com/Nulide/findmydeviceserver, a FOSS and self-hosted alternative to location history. Particularly useful for finding my device which has no Google services on it.
blue lion@sh.itjust.worksto
Games@lemmy.world•What games have you put the most hours into?English
3·1 year agoI’m a bit ashamed of it, but Overwatch, I really enjoyed the multiplayer and played with some cool people I met in game. Stopped playing when OW2 released.
My second most played game is Destiny 2.
Maybe something is wrong with me…
blue lion@sh.itjust.worksto
Selfhosted@lemmy.world•What do you use to private watch YouTube?English
3·1 year agoBefore anything, you’ll want to create a folder for the unix socket:
mkdir /var/run/ytproxyand chown it to your reverse proxy’s user and group.The Docker files:
compose.yml
services: piped-frontend: image: 1337kavin/piped-frontend:latest container_name: piped-frontend environment: BACKEND_HOSTNAME: $API_ENDPOINT depends_on: - piped restart: unless-stopped networks: - proxy piped-proxy: image: 1337kavin/piped-proxy:latest container_name: piped-proxy environment: - UDS=1 volumes: - /var/run/ytproxy:/app/socket # unix socket location user: 1000:1000 restart: unless-stopped networks: - proxy piped: image: 1337kavin/piped:latest container_name: piped-backend volumes: - ./piped/config/config.properties:/app/config.properties:ro depends_on: - piped-db restart: unless-stopped networks: - backend_piped - proxy piped-db: image: pgautoupgrade/pgautoupgrade:16-alpine container_name: piped-db environment: - POSTGRES_DB=$DB_NAME - POSTGRES_USER=$DB_USER - POSTGRES_PASSWORD=$DB_PASS volumes: - ./piped/pgdb:/var/lib/postgresql/data restart: unless-stopped networks: - backend_piped networks: backend_piped: proxy: external: true.env
API_ENDPOINT= # no scheme prefix (ex. pipedapi.domain.example) DB_NAME= DB_USER= DB_PASS=To configure the reverse proxy (I use nginx), you can use Piped’s recommended files with your domains. The linked repo also contains a template for the required
config.properties.Let me know if you run into issues, I’ll be glad to help 🙂
blue lion@sh.itjust.worksto
Selfhosted@lemmy.world•What do you use to private watch YouTube?English
9·1 year agoI use a private Piped instance
blue lion@sh.itjust.worksto
Games@sh.itjust.works•[OpenCritic] Lego Horizon Adventures Reviews (72 Top Critic Average 53% Critics Recommend)English
5·1 year agosurely one of the games of all time
blue lion@sh.itjust.worksOPto
Selfhosted@lemmy.world•Experiences self-hosting an IRC bouncer?English
5·1 year agoWe all have our own opinions :)
Can you give more details about mesh hubs? A quick search only returns stuff related to wifi.
blue lion@sh.itjust.worksOPto
Selfhosted@lemmy.world•Experiences self-hosting an IRC bouncer?English
1·1 year agoNone of those work on Android, which is where I’ll probably be the most active.
I’ve seen weechat recommended elsewhere too, I’ll probably use it as desktop client.
blue lion@sh.itjust.worksOPto
Selfhosted@lemmy.world•Experiences self-hosting an IRC bouncer?English
1·1 year agoThe Lounge is how I got into IRC and it’s very good! However, the web UI isn’t that great on mobile, which led me to check out Android IRC apps and bouncers to sync everything across clients.
blue lion@sh.itjust.worksto
Open Source@lemmy.ml•Fossify Launcher just got releasedEnglish
3·1 year agoNeo Launcher supports that, but has no new builds since 2022, though development is ongoing
My earbuds exploding while I’m using them


Fans when someone doesn’t share their enthusiasm before the season starts