Linkwarden can't find monolith #77

Closed
opened 2026-02-04 16:29:18 +03:00 by OVERLORD · 3 comments
Owner

Originally created by @burgerga on GitHub (Nov 19, 2024).

Originally assigned to: @newzealandpaul on GitHub.

Please verify that you have read and understood the guidelines.

yes

A clear and concise description of the issue.

On adding a link I get the following message in the logs (and no html file is produced):

Nov 19 14:02:08 linkwarden yarn[50029]: [1] /bin/sh: 1: monolith: not found

This is because fc75c6657b/install/linkwarden-install.sh (L42)
adds to ~/.bashrc, but linkwarden uses sh to execute the monolith command.

ln -s /root/.cargo/bin/monolith /usr/local/bin/monolith solves it, unsure if there is a cleaner solution (adding stuff to sh profile files is confusing)

What settings are you currently utilizing?

Default Settings

Which Linux distribution are you employing?

Ubuntu 22.04

If relevant, including screenshots or a code block can be helpful in clarifying the issue.

No response

Please provide detailed steps to reproduce the issue.

No response

Originally created by @burgerga on GitHub (Nov 19, 2024). Originally assigned to: @newzealandpaul on GitHub. ### Please verify that you have read and understood the guidelines. yes ### A clear and concise description of the issue. On adding a link I get the following message in the logs (and no html file is produced): ``` Nov 19 14:02:08 linkwarden yarn[50029]: [1] /bin/sh: 1: monolith: not found ``` This is because https://github.com/community-scripts/ProxmoxVE/blob/fc75c6657b5163530aa956d5bbdeae50c0416966/install/linkwarden-install.sh#L42 adds to ~/.bashrc, but linkwarden uses `sh` to execute the monolith command. `ln -s /root/.cargo/bin/monolith /usr/local/bin/monolith` solves it, unsure if there is a cleaner solution (adding stuff to sh profile files is confusing) ### What settings are you currently utilizing? Default Settings ### Which Linux distribution are you employing? Ubuntu 22.04 ### If relevant, including screenshots or a code block can be helpful in clarifying the issue. _No response_ ### Please provide detailed steps to reproduce the issue. _No response_
OVERLORD added the bug label 2026-02-04 16:29:18 +03:00
Author
Owner

@newzealandpaul commented on GitHub (Nov 20, 2024):

@burgerga Thanks for the comprehensive issue. It helps us a lot when people try diagnose the issue first. You can look at #376 I approached it slightly differently.

@newzealandpaul commented on GitHub (Nov 20, 2024): @burgerga Thanks for the comprehensive issue. It helps us a lot when people try diagnose the issue first. You can look at #376 I approached it slightly differently.
Author
Owner

@burgerga commented on GitHub (Nov 20, 2024):

Yes, works perfectly, thanks!

@burgerga commented on GitHub (Nov 20, 2024): Yes, works perfectly, thanks!
Author
Owner

@newzealandpaul commented on GitHub (Nov 20, 2024):

Glad to have helped :)

@newzealandpaul commented on GitHub (Nov 20, 2024): Glad to have helped :)
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ProxmoxVE#77