blotz

joined 1 year ago
[–] blotz@lemmy.world 2 points 3 months ago

Ah yeah that should be good. I've never had issues with NFS

[–] blotz@lemmy.world 2 points 3 months ago (2 children)

What method are you using to mount the nas for immich. I ran into issues trying to mount my Nas using docker volume+sshfs but ran into zero problems using docker volume/cifs. With sshfs, immich would run until it suddenly stopped working and backups would constantly fail. Restarting the server would cause it to run for a little time longer.

[–] blotz@lemmy.world 3 points 3 months ago (5 children)

I think the issue might be that the config changes haven't been properly committed. Docker container won't just update based on docker compose config.

docker container stop
docker container rm

You might want to delete and reset any settings which have been set

docker volume ls
docker volume rm (IDs from docker volume ls)

(This will also wipe out any backups/accounts made on immich already tho)

But once you have deleted the old containers, running docker compose up -d will start the containers with the new config. You can use docker compose logs -f to see the server logs and check if everything is working.

[–] blotz@lemmy.world 5 points 4 months ago (1 children)

Okay wow. I looked into your repo and its a really interesting implementation of a DSL. I think I get what the code is trying to do? You run shimky through bash and it turns into python code? meta programming stuff! I think its a regular language? its hard to tell.

So I've actually been studying DSLs for a few months and I can recommend some ways for you to improve this code if you want.

[–] blotz@lemmy.world 6 points 5 months ago

Pmjv moment

[–] blotz@lemmy.world 7 points 6 months ago (2 children)

What does the addon do?

[–] blotz@lemmy.world 38 points 6 months ago* (last edited 6 months ago) (1 children)

Ah! the classic "Turn it off and on again (but for real this time)". Works every time.

6
submitted 6 months ago* (last edited 6 months ago) by blotz@lemmy.world to c/linux@lemmy.ml
 

Linux Mint update caused a lot of issues (wifi stopped working. cinnomen keeps crashing and more). Tried fixing but nothing has worked so I'm reinstalling linux. Issue is, I got no clue what to go with. I've tried most popular distros at one point or another. Which distro has been doing cool stuff lately?

[edit] fixed wifi while waiting for responses LOL. iwlwifi was out of date and had to be manually updated :P (DE is still mega broken tho. Lots of crashes)

[Edit] just realised havent used tumbleweed before. gonna try that now

[–] blotz@lemmy.world 13 points 6 months ago (6 children)

Can't you just build from source of you want it? Like kde has pretty good docs for this.

[–] blotz@lemmy.world 9 points 6 months ago (1 children)

Did you just ... license a comment?

[–] blotz@lemmy.world 1 points 6 months ago (1 children)

Okay this has made it so much worse. i figured that the s in https and ftps stands for secure like a reasonable person. of course it doesnt xD. you would think that this is at least consistent but alas. guess what s in ssh doesnt stand for :)

 

Is there a way to directly support boost without going through Google play? If not, that's okay as well.

 

I'm between distros and looking for a new daily driver for my laptop. What are people daily driving these days? Are there any new cool things to try?

I have been using linux mint recently. I have used nixos and arch in the past. Personally, linux mint uses flatpacks too much for my liking. Although, I might have a warped perspective after using arch. (the aur is crazy big)

 

All the normal websites have subscriptions and make it a nightmare to print off. I tried looking elsewhere but no where seams to do tabs. Am I missing something obvious?

2
submitted 1 year ago* (last edited 1 year ago) by blotz@lemmy.world to c/selfhosted@lemmy.world
 

Does anyone run their own Lemmy instance on a pi? How was the process of setting it up? Were there any pitfalls? How is performance?

[Edit] So a lot of testing around. Compiling from scratch, etc, etc...

So far i have tried

  • installing lemmy using rootless docker (on 0.17.3)
  • compiling the image 0.18 docker image as arm

rootless docker did not work well for me. lots of systemd issues and i gave up after running into a lot of issues. I tried rootless docker for security reasons. minimal permissions, etc.

When trying to compile the latest lemmy image in arm, i ran into issues with muslrust not having an arm version. It might be worth investigating rewriting the docker file from 0.17.3 to work with 0.18.0 but i haven't investigated that fully yet! I tried compiling the latest image because i wanted to be able to use the latest features

At the moment, I'm trying to set lemmy to run under bare metal. Im currently attempting to compile lemmy under arm. If that works, i'll start setting up .service files to start up lemmy and pictrs.

view more: next ›