Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vicchi/garygale.com
Source for my personal vanity page at www.garygale.com
https://github.com/vicchi/garygale.com
Last synced: 16 days ago
JSON representation
Source for my personal vanity page at www.garygale.com
- Host: GitHub
- URL: https://github.com/vicchi/garygale.com
- Owner: vicchi
- License: bsd-3-clause
- Created: 2011-12-01T10:04:01.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2023-06-27T20:14:36.000Z (over 1 year ago)
- Last Synced: 2024-11-17T08:14:54.731Z (about 2 months ago)
- Language: CSS
- Homepage:
- Size: 30.5 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# garygale.com
It's a web site. It's my web site. It's in Docker; deployable with [Ansible](https://docs.ansible.com/ansible/latest/getting_started/index.html). That's it.
## Here Be Dragons
This is a personal project and relies on my own, opinionated, setup that works for sites I maintain. It might be useful as an example of how to set up and deploy one or more web stacks with Docker and Ansible. Or not. YMMV.
## Dependencies
See also [reverse-proxy](https://github.com/vicchi/reverse-proxy) for Traefik and SSL certificates.
## Deploy
```
ansible-playbook ./playbooks/deploy.yml -K
```## To Do
* Add Gitea and GitHub actions workflows for build and deployment
* Add Ansible Vault for deployment `sudo` authentication## Colophon and Licence
[![License](https://img.shields.io/badge/License-BSD_3--Clause-blue.svg)](https://opensource.org/licenses/BSD-3-Clause)
This is a thing made by [Gary Gale](https://www.vicchi.org/pages/about/) and is licensed under the BSD 3 Clause licence.