Daniel
Daniel
So did it work after defining `VIRTUAL_HOST` and `VIRTUAL_PORT`? Honestly, the Cloud instance is using the manual installation so I haven't tried deploying it to production using docker, I only...
Please let me know if this works: https://github.com/linkwarden/linkwarden/issues/269#issuecomment-1789985391
Hey, big thanks for your contributions. I added/removed some fields from the main `en` locale file, could you please make another PR fixing them? For now I'll be merging this...
Added in [v2.6.0](https://github.com/linkwarden/linkwarden/releases/tag/v2.6.0).
Will implement this, thanks for the suggestion!
@treyg Hey thanks a lot! Just replied on discord.
I really like how you made a mockup! Honestly, it takes some time since you need a color for both light and dark mode... (to have a contrast ratio that's...
Hey thanks for the PR! Gonna take a look at it soon and merge it for the next release.
Already implemented in the latest version...
Strange, I even used Bruno to check the endpoints but it's working. FYI here's what the schema looks like in Zod: ```js export const UpdateLinkSchema = z.object({ id: z.number(), name:...