Knowledge base of ~80+ markdown files across 14 domains (00-13), Logseq graph, hardware design files (KiCAD), infrastructure configs, and talas-wiki static site. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
9 lines
227 B
Desktop File
Executable file
9 lines
227 B
Desktop File
Executable file
# Ansible managed
|
|
|
|
[Unit]
|
|
Description=very simple http server for letsencrypt challenge
|
|
|
|
[Service]
|
|
User=www-data
|
|
Group=www-data
|
|
ExecStart=/usr/bin/python3 -m http.server --bind 127.0.0.1 --directory /var/www/letsencrypt/ 8888
|