1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/ghost_ynh.git synced 2024-09-03 19:16:02 +02:00
Commit graph

9 commits

Author SHA1 Message Date
tituspijean
66953f3922
Add path to ghost-cli to PATH 2023-08-18 16:32:02 +02:00
tituspijean
9689e2415b
Packaging v2 and stop the install from source madness 2023-04-20 00:28:24 +02:00
Badri
61616f907d Update to v5.8.3 and use new install format
Ghost has significantly changed their file structure, which means
the scripts had to be changed around quite a bit as well. We are
also using the readymade `yarn setup` tool to set up the Ghost
installation instead of manually running each command. Significant
changes are:

  - Config and content now lives under ./ghost/core instead of
    being directly in the project root. While updating, for
    backward compatibility, we're checking for the existence
    of the old folder as well
  - The admin interface is bundled along with the main Ghost
    package, so there is no need to download it separately
    (Casper is still being downloaded separately though)
  - We are using `yarn start` instead of knex, grunt, etc.
    (`yarn start` automatically calls those commands for us
    behind the scenes)
  - Similarly, we are now running `yarn start` to execute the
    Ghost process in the systemd config, instead of manually
    running `index.js` as we were doing earlier.

Fresh installs work well on this commit, though upgrades are yet
to be tested!
2022-08-11 10:07:20 +05:30
Bruno Pagani
be258a41f3
Reenable RestrictAddressFamilies safety setting
The addition of AF_NETLINK should be enough for it to work, without allowing the dozen of other families.
2022-05-21 13:37:45 +00:00
tituspijean
fd5ebb2fbd
Disable RestrictAddressFamilies safety setting 2021-11-01 23:59:03 +01:00
tituspijean
9eb7dd6470
Harden service security 2021-10-25 18:06:11 +02:00
yalh76
ca3034b498 fix YNH_NODE_LOAD_PATH 2020-06-15 06:15:33 +02:00
yalh76
7b2b8bb540 Update to 3.19.2 2020-06-14 04:04:12 +02:00
anmol26s
d381bdbab3 Revamp of the app acc to YunoHost 3 2018-07-23 19:40:35 +05:30