Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/voutilad/haproxy-and-neo4j
Example config and helper script for front-ending a Neo4j instance with HAProxy
https://github.com/voutilad/haproxy-and-neo4j
haproxy letsencrypt neo4j shell
Last synced: 19 days ago
JSON representation
Example config and helper script for front-ending a Neo4j instance with HAProxy
- Host: GitHub
- URL: https://github.com/voutilad/haproxy-and-neo4j
- Owner: voutilad
- Created: 2019-12-13T19:21:57.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-04-08T14:47:31.000Z (over 4 years ago)
- Last Synced: 2024-10-08T21:40:47.533Z (about 1 month ago)
- Topics: haproxy, letsencrypt, neo4j, shell
- Language: Shell
- Homepage:
- Size: 3.91 KB
- Stars: 4
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# haproxy-and-neo4j
Example config and helper script for front-ending a Neo4j instance with HAProxyExample /etc/crontab entry:
```
0 0,12 * * * root python -c 'import random; import time; time.sleep(random.random() * 3600)' && /usr/local/bin/letsencrypt.sh renew c360.sisu.io
```