Snippets Collections
# login/ssh to the machine that should host the webserver, then run:
> frecklecute hello-world.frecklet --domain example.com

# or, install the remote target machine from your local session:
> frecklecute --target admin@example.com \
      hello-world.frecklet --domain example.com
# configuration, save as: hello-world.frecklet

- static-website-from-folder:
    hostname: "{{:: domain ::}}"     # vhost config
    path: /var/www/html
    webserver: apache
    use_https: true
    server_admin: hello@example.com  # for let's Encrypt
- file-with-content:
    owner: www-data
    path: /var/www/html/index.html
    content: |
      <h1><i>{{:: domain ::}}</i> says "hello", World!</h1>
star

Wed Mar 03 2021 03:43:25 GMT+0000 (Coordinated Universal Time) https://freckles.io/

#bash #freckles
star

Wed Mar 03 2021 03:43:09 GMT+0000 (Coordinated Universal Time) https://freckles.io/

#bash #freckles

Save snippets that work with our extensions

Available in the Chrome Web Store Get Firefox Add-on Get VS Code extension