~tardypad/tardypad.me

Personal websites

6ad7627 check: fix click between input and label

12 days ago

0e9cd82 main resume: fix on-site spelling

3 months ago

#*.tardypad.me

Personal websites

  • carl: CardDAV/CalDAV server (reverse proxy)
  • check: checklists
  • files: files sharing
  • main: general website
  • pkgs: packages repositories
  • social: ActivityPub social network server (reverse proxy)
  • status: current work status

We list here info common to all websites, extra details are explained in each website README.

#Web server

Nginx is used as a web server (version 1.26.2).

Each website specific config is found in its nginx.conf file

#Sites repository structure

The root folder contain the files to be put in their respective document root folder /srv/http/{website}/ on the server.

#Setup

Dependencies:

  • rsync
# Deploy files to server
# Warning: Nginx config not included
make deploy