Skip to content

Commit

Permalink
Merge pull request #29 from looowizz/testing
Browse files Browse the repository at this point in the history
Fix the inability to upload files to Sharkey drive & a few small changes
  • Loading branch information
ericgaspar authored Dec 27, 2024
2 parents 7e462d1 + 7df042b commit dc900b9
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 16 deletions.
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.

0 comments on commit dc900b9

Please sign in to comment.