<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Config File :: goshs Documentation</title>
    <link>https://docs.goshs.de/en/usage/config/index.html</link>
    <description>Use a config file to control how goshs behaves It is possible to control goshs via a JSON config file. You just need to create the config and provide all parameters.&#xA;Info The config file will overwrite all provided config flags.&#xA;You can use this config struct as an example.&#xA;{ &#34;interface&#34;: &#34;0.0.0.0&#34;, &#34;port&#34;: 8000, &#34;directory&#34;: &#34;.&#34;, &#34;upload_folder&#34;: &#34;.&#34;, &#34;ssl&#34;: false, &#34;self_signed&#34;: false, &#34;private_key&#34;: &#34;&#34;, &#34;certificate&#34;: &#34;&#34;, &#34;p12&#34;: &#34;&#34;, &#34;p12_no_pass&#34;: false, &#34;letsencrypt&#34;: false, &#34;letsencrypt_domain&#34;: &#34;&#34;, &#34;letsencrypt_email&#34;: &#34;&#34;, &#34;letsencrypt_http_port&#34;: &#34;80&#34;, &#34;letsencrypt_tls_port&#34;: &#34;443&#34;, &#34;auth_username&#34;: &#34;&#34;, &#34;auth_password&#34;: &#34;&#34;, &#34;certificate_auth&#34;: &#34;&#34;, &#34;webdav&#34;: false, &#34;webdav_port&#34;: 8001, &#34;upload_only&#34;: false, &#34;read_only&#34;: false, &#34;no_clipboard&#34;: false, &#34;no_delete&#34;: false, &#34;verbose&#34;: false, &#34;silent&#34;: false, &#34;invisible&#34;: false, &#34;running_user&#34;: &#34;&#34;, &#34;cli&#34;: false, &#34;embedded&#34;: false, &#34;output&#34;: &#34;&#34;, &#34;webhook_enabled&#34;: false, &#34;webhook_url&#34;: &#34;&#34;, &#34;webhook_provider&#34;: &#34;discord&#34;, &#34;webhook_events&#34;: [ &#34;all&#34; ], &#34;sftp&#34;: false, &#34;sftp_port&#34;: 2022, &#34;sftp_keyfile&#34;: &#34;&#34;, &#34;sftp_host_keyfile&#34;: &#34;&#34;, &#34;whitelist&#34;: &#34;&#34;, &#34;trusted_proxies&#34;: &#34;&#34;, &#34;tunnel&#34;: false, &#34;dns_server&#34;: false, &#34;dns_port&#34;: 8053, &#34;dns_ip&#34;: &#34;127.0.0.1&#34;, &#34;smtp_server&#34;: false, &#34;smtp_port&#34;: 2525, &#34;smtp_domain&#34;: &#34;&#34;, &#34;smb_server&#34;: false, &#34;smb_port&#34;: 445, &#34;smb_domain&#34;: &#34;&#34;, &#34;smb_share&#34;: &#34;&#34;, &#34;smb_wordlist&#34;: &#34;&#34; }Or you use the one here or you can even print and redirect one by running:</description>
    <generator>Hugo</generator>
    <language>en-US</language>
    <lastBuildDate></lastBuildDate>
    <atom:link href="https://docs.goshs.de/en/usage/config/index.xml" rel="self" type="application/rss+xml" />
  </channel>
</rss>