The goonblog's CMS

Adam Jafarov cb77ac5b69 fix: refactor password change endpoint with proper authentication middleware 1 tydzień temu
backend cb77ac5b69 fix: refactor password change endpoint with proper authentication middleware 1 tydzień temu
public 78aedeb1d9 chore: update posts submodule and add Layout component changes 1 tydzień temu
src 78aedeb1d9 chore: update posts submodule and add Layout component changes 1 tydzień temu
.gitignore 7c5e332b1a chore: update .gitignore 1 miesiąc temu
.gitmodules 6b4e2f5bac feat: migrate public/posts to submodule 1 miesiąc temu
Caddyfile a65ea0ef61 Fix 69420.2 1 miesiąc temu
README.md 5681c538ae docs: simplify README 3 miesięcy temu
eslint.config.js abc74b9ada Initial code 5 miesięcy temu
index.html 2a681e8f74 Fix 69420 1 miesiąc temu
package-lock.json 42eab54d0a Add Scene CSV parsing 3 tygodni temu
package.json 42eab54d0a Add Scene CSV parsing 3 tygodni temu
setup_test_user.js 25248d7289 backend: fix date changing on post 1 miesiąc temu
verify_fix.js 25248d7289 backend: fix date changing on post 1 miesiąc temu
vite.config.js 7085bfc224 config: make chunks smaller 1 miesiąc temu

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 👍