Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[benotes] add guide #1783

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

Systemsemaphore
Copy link
Contributor

@Systemsemaphore Systemsemaphore commented Jul 7, 2024

Pull request for #1782

Please give me feedback for line 192

[isabell@stardust benotes]$ chmod -R 774 storage

It's part of the manual installation guide: https://benotes.org/docs/installation/classic

chown -R :www-data storage && chmod -R 774 storage
make storage directory writable for webserver if your webserver runs as user www-data

The thumbnail generation of benotes requires an installation of chromium-browser, which is not possible. Therefore, storage permissions might not be needed anyway. Uploading attachments works just fine without setting permissions, recently tested.

line 192 not necessary, removed
[isabell@stardust benotes]$ chmod -R 774 storage
@SalocinHB SalocinHB marked this pull request as draft July 31, 2024 07:38
@SalocinHB
Copy link
Member

The thumbnail generation of benotes requires an installation of chromium-browser, which is not possible

You should be able to use chromium-headless installed at /usr/lib64/chromium-browser/headless_shell, did you try that?

@Systemsemaphore
Copy link
Contributor Author

You should be able to use chromium-headless installed at /usr/lib64/chromium-browser/headless_shell, did you try that?

I did not, but it's on my list now. I'll report back - and potentially add a section to the guide - after testing. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants