<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Basic usage :: goshs Documentation</title>
    <link>https://docs.goshs.de/en/usage/basic/index.html</link>
    <description>Run it You can simply run it and it will start from the current working directory on port 8000.&#xA;$ goshs INFO [2024-07-04 18:01:46] Download embedded file at: /example.txt?embedded INFO [2024-07-04 18:01:46] Serving on interface lo bound to 127.0.0.1:8000 INFO [2024-07-04 18:01:46] Serving on interface eth0 bound to 10.137.0.27:8000 INFO [2024-07-04 18:01:46] Serving HTTP from /home/user Port To change the port you use -p.&#xA;$ goshs -p 8080 INFO [2024-07-04 18:01:46] Download embedded file at: /example.txt?embedded INFO [2024-07-04 18:01:46] Serving on interface lo bound to 127.0.0.1:8080 INFO [2024-07-04 18:01:46] Serving on interface eth0 bound to 10.137.0.27:8080 INFO [2024-07-04 18:01:46] Serving HTTP from /home/user IP You can choose to run it listening on a specific ip address or interface using -i.</description>
    <generator>Hugo</generator>
    <language>en-US</language>
    <lastBuildDate></lastBuildDate>
    <atom:link href="https://docs.goshs.de/en/usage/basic/index.xml" rel="self" type="application/rss+xml" />
  </channel>
</rss>