Uberspace / lab

The Uberlab provides various tutorials - written by you! - on how to run software and tools on Uberspace 7.
https://lab.uberspace.de
Other
315 stars 414 forks source link

[benotes] add guide #1783

Open Systemsemaphore opened 2 months ago

Systemsemaphore commented 2 months ago

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.

SalocinHB commented 2 months ago

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 commented 2 months ago

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!