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

Fix the inability to upload files to Sharkey drive & a few small changes #29

Merged
merged 4 commits into from
Dec 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions conf/systemd.service
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ WorkingDirectory=__INSTALL_DIR__/
Environment="PATH=__PATH_WITH_NODEJS__"
Environment="NODE_OPTIONS=--max-old-space-size=8192"
Environment="NODE_ENV=production"
ExecStart=__NODEJS_DIR__/npm start
ExecStart=__NODEJS_DIR__/pnpm start
TimeoutSec=60
Restart=always

Expand All @@ -34,7 +34,7 @@ ProtectKernelModules=yes
ProtectKernelTunables=yes
LockPersonality=yes
SystemCallArchitectures=native
SystemCallFilter=~@clock @debug @module @mount @obsolete @reboot @setuid @swap @cpu-emulation @privileged
SystemCallFilter=~@clock @debug @module @mount @obsolete @reboot @setuid @swap @cpu-emulation

# Denying access to capabilities that should not be relevant for webapps
# Doc: https://man7.org/linux/man-pages/man7/capabilities.7.html
Expand Down
7 changes: 0 additions & 7 deletions doc/DESCRIPTION.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
## 🌎 A Sharkish microblogging platform 🦈🚀

_Sharkey_ is an Misskey fork following upstream changes when possible, with added features!

### ⚠️ PLEASE READ CAREFULLY ⚠️

**Sharkey** requires **redis** version **7**, but YunoHost does not currently support this version.
Some functions will not be available if you install this package.

I advise you to wait for the release of _Bookworm_ Debian 12.
7 changes: 0 additions & 7 deletions doc/DESCRIPTION_fr.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
## 🌎 Une plateforme de microblogging 🦈🚀

_Sharkey_ est un fork de Misskey qui suit les changements en amont lorsque c'est possible, avec des fonctionnalités supplémentaires !

### ⚠️ A LIRE ATTENTIVEMENT ⚠️

Attention **Sharkey** nécessite la version **7** de **redis** hors YunoHost ne permet pas actuellement de bénéficier de cette version.
Certaines fonctions ne seront pas disponible si vous installez ce package.

Je vous conseille d'attendre la sortie de _Bookworm_ Debian 12.