Skip to content

Chowdown

Chowdown Simple recipes in Markdown format

The docker image comes from gregyankovoy/chowdown:latest and currently does not support arm devices. If you are aware of a suitable substitution or replacement, please see issue 478 and test your idea using the documentation.

Access

It is available at https://{% if chowdown.domain %}{{ chowdown.domain }}{% else %}{{ chowdown.subdomain + "." + domain }}{% endif %}/ or http://{% if chowdown.domain %}{{ chowdown.domain }}{% else %}{{ chowdown.subdomain + "." + domain }}{% endif %}/

{% if enable_tor %} It is also available via Tor at http://{{ chowdown.subdomain + "." + tor_domain }}/ {% endif %}

Security enable/disable https_only and auth

To enable https_only or auth set the service config to True settings/config.yml

chowdown:
  https_only: True
  auth: True

Last update: January 6, 2022