Kevin Woblick

Results 152 comments of Kevin Woblick

Please describe what is wrong in plain text or by posting images here. "Can't get into the dashboard" alone is not a good error description.

Hm, could you check if the database table `settings` contains the entry `system_setup_completed` with the value `1`? If not, please try to run `insert into settings (user_id, key, value) values...

Well, there is a big problem now. Tags, lists and links should be shared between users, but can also be private for a single user. What about the following scenario:...

To be clear, this is not an issue with the URLs of LinkAce or from the technical side. It is possible to have two links with the same url that...

To cite myself: > I now remember why LinkAce had no multi-user support in the first place: the implementation is absolutely frustrating. I am really done for now... 😐 Edit:...

Here are some screenshots of what tags and lists look like. As explained earlier, creating a visual difference between tags or lists with the same name, I decided to "scope"...

Other users have reported that it works but I strongly advise you to not do it, as there will be no support for upgrading to LinkAce v2 which I am...

Hey, thanks for the input! Technically, the .env file is not really needed to setup LinkAce, it just needs to be configured correctly. See https://www.linkace.org/docs/v1/setup/setup-with-docker/advanced-configuration/ for more details. But I'll...

I'll see if I can update the setup documentation. It is possible to configure LinkAce without the built in setup, which also does not need the env file being writable.

For the setup process it should be enough to make the file read and writable by others (0766) and then switch it back after that.