bluelion

joined 4 months ago
[–] [email protected] 19 points 1 month ago (1 children)

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

[–] [email protected] 2 points 1 month ago

The NROL patches are wild

[–] [email protected] 8 points 1 month ago* (last edited 1 month ago)

He's a menace to the entire city!

  • J. Jonah Jameson
327
Anon is a math prodigy (sh.itjust.works)
submitted 1 month ago* (last edited 1 month ago) by [email protected] to c/[email protected]
 

[–] [email protected] 6 points 1 month ago (1 children)
[–] [email protected] 1 points 1 month ago

C'est probablement un filtre sur lemmy.ca, il faudrait confirmer avec un admin.

[–] [email protected] 2 points 1 month ago (2 children)

Un peu en removed(il a neigé en octobre par ici), mais voici:

[–] [email protected] 23 points 2 months ago

Bring the dinosaur back

[–] [email protected] 2 points 2 months ago (1 children)

I used Traccar before switching to FMD. It used a lot of battery for somewhat inaccurate results in my case (might be phone related).

[–] [email protected] 4 points 2 months ago

You need to install the client from F-Droid and it periodically polls your device for its location.

[–] [email protected] 4 points 2 months ago (1 children)

the 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:

[–] [email protected] 16 points 2 months ago (9 children)

https://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.

[–] [email protected] 3 points 2 months ago

I'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...

 

I've been enjoying chatting on IRC and was wondering if anyone has any relevant experience with any bouncers?

I tried setting up ZNC but could not get any clients to work with it.

I finally settled on soju with goguma as client, but since no up-to-date Docker container existed, I had to create my own Dockerfile for that.

For now, it's only available on my LAN (proxied through nginx), and am uncertain if exposing it externally is a good idea (I already have a VPN, but prefer to expose services if it's safe to do so).

view more: next ›