The goonblog's CMS

Adam Jafarov eb48c6ba35 chore: remove test files and update theme config před 1 měsícem
backend eb48c6ba35 chore: remove test files and update theme config před 1 měsícem
public eb48c6ba35 chore: remove test files and update theme config před 1 měsícem
src 9913ce9346 chore: remove test post and add custom CSS styles před 1 měsícem
.gitignore 7c5e332b1a chore: update .gitignore před 1 měsícem
.gitmodules 6b4e2f5bac feat: migrate public/posts to submodule před 1 měsícem
Caddyfile a65ea0ef61 Fix 69420.2 před 2 měsíci
README.md 5681c538ae docs: simplify README před 3 měsíci
eslint.config.js abc74b9ada Initial code před 5 měsíci
index.html 2a681e8f74 Fix 69420 před 2 měsíci
package-lock.json a65ea0ef61 Fix 69420.2 před 2 měsíci
package.json a65ea0ef61 Fix 69420.2 před 2 měsíci
setup_test_user.js 25248d7289 backend: fix date changing on post před 1 měsícem
verify_fix.js 25248d7289 backend: fix date changing on post před 1 měsícem
vite.config.js 866997852d Add proper post updating + admin panel před 4 měsíci

README.md

The gooneral wheelchair.

This is my CMS. Why? Because I can.

Set-up:

  1. install the actual cms page:

    npm install
    npm run build
    
  2. install and host backend:

    cd backend
    npm install
    

make systemd unit:

[Unit]
Description=Gooneral Wheelchair CMS Backend
After=network.target

[Service]
Type=simple
User=root
WorkingDirectory=/var/www/gooneral-wheelchair/backend
Environment=NODE_ENV=production
ExecStart=/usr/bin/node start-production.js
Restart=always
RestartSec=10
StandardOutput=syslog
StandardError=syslog
SyslogIdentifier=gooneral-wheelchair

[Install]
WantedBy=multi-user.target
  1. host your websoot:

add:

import cock_location/gooneral-wheelchair/Caddyfile

to your caddyfile

  1. rat sex 👍