spacehedgehog

joined 2 years ago
[–] spacehedgehog@lemmy.world 3 points 1 month ago

die Farben sind viel zu ausgewaschen.

Man durfte sogar Abstimmen (also nicht, wie in einer "richtigen" Abstimmung. Einfach im Internt). Da hat das Konzept K (stärkere Farben) gewonnen. Die wären viel schöner gewesen!!

[–] spacehedgehog@lemmy.world 4 points 4 months ago

Thanks, I'll give Immich a try.

 

Hi everyone

Do you use PhotoStructure or PhotoPrism? And why?

I would like to index all photos which I've taken with a DSLR (JPG and RAW).

 

Because Microsoft blocked chief prosecutor Karim Khan account, the ICC is moving away from Microsoft to Open Desk.

[–] spacehedgehog@lemmy.world 1 points 11 months ago

Thank you for all your replies! I really appreciate it 😀 I'll try Nextcloud (the AIO container) with OpenProject. Or Leantime.

[–] spacehedgehog@lemmy.world 1 points 11 months ago (1 children)

I've seen that. But then I need to spin up a VM. Nextcloud provides this AIO docker container...

[–] spacehedgehog@lemmy.world 4 points 11 months ago (1 children)

Thank you for the github list. I have not seen that.

Regarding Taskjuggler: I thin I understand the advantages. However, it seems a little bit over the top for planning some work in our voluntary non profit association.

[–] spacehedgehog@lemmy.world 4 points 11 months ago

I kind of like the idea of havin a Nextcloud instance. Thanks for the suggestion.

 

I would like to self host an OpenSource projectmanagement tool for our non profit association.

It shoud do the regular project management stuff like task, kanban board, meeting notes, contact management, etc. and it should also have a document repository.

I briefely checked

  • Makeplane: no one click docker container (yeah, I'm a little bit lazy 🙃)
  • Youtrack: not OpenSource
  • OpenProject: no solution for documents

Do you have any further recommendations?

 

Hi folks,

I have connected an old camcorder (using cassettes) to the analoge composite input (red-white-yellow). I would like to record the video coming from this source.

Do you have any idea how I could do that? I failed a dozen times using different apps.

Any help is much appreciated! :-)

 

Friends... my new Raspberry Pi makes me crazy!!!

I would like to install Docker on the RPi5 (8 GB). I am following this guide: https://docs.docker.com/engine/install/ubuntu/#install-using-the-repository

However, at step 2:

sudo apt-get install docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin

I always get the error:

E: Package 'docker-ce' has no installation candidate
E: Package 'docker-ce-cli' has no installation candidate
E: Unable to locate package containerd.io
E: Couldn't find any package by glob 'containerd.io'
E: Couldn't find any package by regex 'containerd.io'
E: Unable to locate package docker-buildx-plugin
E: Unable to locate package docker-compose-plugin

Then I found out that at step 1:

sudo apt-get update
sudo apt-get install ca-certificates curl
sudo install -m 0755 -d /etc/apt/keyrings
sudo curl -fsSL https://download.docker.com/linux/ubuntu/gpg -o /etc/apt/keyrings/docker.asc
sudo chmod a+r /etc/apt/keyrings/docker.asc
echo \
  "deb [arch=$(dpkg --print-architecture) signed-by=/etc/apt/keyrings/docker.asc] https://download.docker.com/linux/ubuntu \
  $(. /etc/os-release && echo "$VERSION_CODENAME") stable" | \
  sudo tee /etc/apt/sources.list.d/docker.list > /dev/null
sudo apt-get update

I receive the error:

Hit:1 http://deb.debian.org/debian bookworm InRelease
Hit:2 http://deb.debian.org/debian-security bookworm-security InRelease
Hit:3 http://deb.debian.org/debian bookworm-updates InRelease
Hit:4 http://archive.raspberrypi.com/debian bookworm InRelease
Ign:5 https://download.docker.com/linux/ubuntu bookworm InRelease
Err:6 https://download.docker.com/linux/ubuntu bookworm Release
  404  Not Found [IP: 18.165.183.12 443]

What I am doing wrong? :-( What am I missing? Why can't this IP be found?

Many thanks! :-)