The goonblog's CMS

Adam 2874bfa670 docs: simplify README 3 luni în urmă
backend 09b4024e3e feat: add new feature to App component 3 luni în urmă
public 09b4024e3e feat: add new feature to App component 3 luni în urmă
src 09b4024e3e feat: add new feature to App component 3 luni în urmă
.gitignore abc74b9ada Initial code 5 luni în urmă
Caddyfile 4695ff1ee5 refactor: major code formatting and structure improvements 3 luni în urmă
README.md 2874bfa670 docs: simplify README 3 luni în urmă
eslint.config.js abc74b9ada Initial code 5 luni în urmă
index.html 12d12eeb7f Move to local tailwind and fix spoilers 5 luni în urmă
package-lock.json 7ca25bc335 feat: add comprehensive deployment configuration and scripts 4 luni în urmă
package.json 7ca25bc335 feat: add comprehensive deployment configuration and scripts 4 luni în urmă
vite.config.js 866997852d Add proper post updating + admin panel 4 luni în urmă

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 👍