mouse

joined 2 years ago
[–] [email protected] 2 points 1 year ago

It will be stored in /var/lib/docker/volumes, you can find the exact location by inspecting the volume. Use docker volume ls to list the volumes, and do docker volume inspect <volume_name> replacing <volume_name> with the one from the list. Look for "Mountpoint", that is the exact location. You could try copying that to bind mount location, though I can't be sure if it will continue to work.

[–] [email protected] 2 points 1 year ago* (last edited 1 year ago) (8 children)

This appears to be the exact same problem as https://github.com/mdshack/shotshare/issues/31

For testing I just spun up a VM with Docker, I tried the same compose file as you. I found I had to use the volume instead of a bind mount for /app/storage.

This compose file should work.

version: "3.3"
services:
  shotshare:
    ports:
      - 2000:80
    environment:
      - HOST=:80
      - ALLOW_REGISTRATION=false
    volumes:
      - shotshare_data:/app/storage
      - /srv/dev-disk-by-uuid-7fe66601-5ca0-4c09-bc13-a015025fe53a/Files/Shotshare/database.sqlite:/app/database/database.sqlite
      - /srv/dev-disk-by-uuid-7fe66601-5ca0-4c09-bc13-a015025fe53a/Files/Shotshare/.env:/app/.env
    restart: unless-stopped
    container_name: shotshare
    image: mdshack/shotshare:latest
volumes:
    shotshare_data:
networks: {}
[–] [email protected] 1 points 1 year ago

That error message says it the permissions of the /home/user/Documents/Docker/LinguaCafe/logs directory. You can try changing it full r/w temporarily to test.

[–] [email protected] 27 points 1 year ago* (last edited 1 year ago) (2 children)

XLink Kai? I remember it from late 2000s, I don't know much about it now.

https://en.wikipedia.org/wiki/XLink_Kai

https://www.teamxlink.co.uk/

[–] [email protected] 1 points 1 year ago

I like it, then it's even harder to know that it was encrypted in the first place. Thanks for that suggestion.

[–] [email protected] 1 points 1 year ago* (last edited 1 year ago)
[–] [email protected] 7 points 1 year ago (2 children)

While this wouldn't work for you now, something to think about is encrypting new drives going forward so that you don't have to worry about erasing/zeroing them, just toss the encryption key and your good to go.

[–] [email protected] 6 points 2 years ago

According to them DuckDuckGo largely sources Bing, however they also have their own crawler called DuckDuckBot.

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

We can try to break it down a little. Work notifications are not very exciting, so it probably doesn't give us a dopamine hit, however the notifications could be stressful if they are always about work and timelines. Study might be beneficial, it really depends on if it is a reminder or wants us to perform an action. Play varies widely, from a notification that a friend is or wants to play a game, to a developer has posted their weekly digest of what's been happening, these tend to give us dopamine as well as they can be interesting to learn about what's happening.

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

I fixed it for you.

[–] [email protected] 49 points 2 years ago (2 children)

As an adult, we do too, and it also negatively impacts us. When I left the other social platforms I took the time to uninstall or disable many notifications, I now receive a total of 5 a day on average. It's good to see these conversations happening though, whether we react and change though only time will tell.

[–] [email protected] 2 points 2 years ago* (last edited 2 years ago) (1 children)

I just spun a container up to test this, it disables the registration and only allows invites after the initial account has been created, it returns an error if someone accesses the registration page and tries to create an account, https://www.focalboard.com/guide/server-setup/#registering-the-first-user

To invite a user, click on the Focalboard logo in the top left, Invite users, Copy link.

There doesn't appear to be anyway to manage users or non-owned boards, you can reset a user's password through commands, https://www.focalboard.com/guide/admin/#resetting-passwords

view more: ‹ prev next ›