<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Installation :: goshs Documentation</title>
    <link>https://docs.goshs.de/en/installation/index.html</link>
    <description>There are several methods to install and use goshs.&#xA;Go - Install it using go Kali &amp; Parrot OS - Use Kali or Parrot OS repositories Arch Linux (AUR) - Use Arch Linux User repositories openSUSE - Use openSUSE repositories Nix/ NixOS - Use Nix or NixOS repositories Homebrew - Use brew on macOS Scoop (Windows) - Use Scoop on Windows Docker - Use goshs with Docker GutHub Releases - Download and use the release version Build Yourself - Build it yourself Get a full overview of available packages at repology.org</description>
    <generator>Hugo</generator>
    <language>en-US</language>
    <lastBuildDate>Mon, 07 Apr 2025 09:00:00 +0200</lastBuildDate>
    <atom:link href="https://docs.goshs.de/en/installation/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Go</title>
      <link>https://docs.goshs.de/en/installation/go/index.html</link>
      <pubDate>Thu, 04 Jul 2024 09:49:21 +0200</pubDate>
      <guid>https://docs.goshs.de/en/installation/go/index.html</guid>
      <description>How to install goshs using go As the intro gif already showed you can simply run:&#xA;go install goshs.de/goshs/v2@latestThis will install the latest goshs version.</description>
    </item>
    <item>
      <title>Use Kali/Parrot OS repositories</title>
      <link>https://docs.goshs.de/en/installation/kali/index.html</link>
      <pubDate>Thu, 04 Jul 2024 09:49:21 +0200</pubDate>
      <guid>https://docs.goshs.de/en/installation/kali/index.html</guid>
      <description>Use kali repositories If you are using kali linux you can just install it from their repositories:&#xA;sudo apt install goshs</description>
    </item>
    <item>
      <title>Use Arch User repositories</title>
      <link>https://docs.goshs.de/en/installation/arch/index.html</link>
      <pubDate>Thu, 04 Jul 2024 09:49:21 +0200</pubDate>
      <guid>https://docs.goshs.de/en/installation/arch/index.html</guid>
      <description>Use Arch User repositories If you are using Arch User repositories you can just install it from their repositories:&#xA;yay -S goshs-bin</description>
    </item>
    <item>
      <title>Use OpenSUSE repositories</title>
      <link>https://docs.goshs.de/en/installation/opensuse/index.html</link>
      <pubDate>Thu, 04 Jul 2024 09:49:21 +0200</pubDate>
      <guid>https://docs.goshs.de/en/installation/opensuse/index.html</guid>
      <description>Use OpenSUSE repositories If you are using OpenSUSE you can just install it from their repositories:&#xA;sudo zypper install goshs</description>
    </item>
    <item>
      <title>Use Nix or NixOS repositories</title>
      <link>https://docs.goshs.de/en/installation/nix/index.html</link>
      <pubDate>Thu, 04 Jul 2024 09:49:21 +0200</pubDate>
      <guid>https://docs.goshs.de/en/installation/nix/index.html</guid>
      <description>Use Nix or NixOS repositories If you are using Nix you can just install it from their repositories:&#xA;nix-env -iA nixpkgs.goshs</description>
    </item>
    <item>
      <title>Use homebrew on macOS</title>
      <link>https://docs.goshs.de/en/installation/homebrew/index.html</link>
      <pubDate>Thu, 04 Jul 2024 09:49:21 +0200</pubDate>
      <guid>https://docs.goshs.de/en/installation/homebrew/index.html</guid>
      <description>Use homebrew on macOS If you are on macOS and you have homebrew installed you can easily install goshs:&#xA;brew install goshs</description>
    </item>
    <item>
      <title>Use scoop package manager</title>
      <link>https://docs.goshs.de/en/installation/scoop/index.html</link>
      <pubDate>Thu, 04 Jul 2024 09:49:21 +0200</pubDate>
      <guid>https://docs.goshs.de/en/installation/scoop/index.html</guid>
      <description>Use scoop package manager If you are on Windows and you are using the scoop package manager then you can install goshs this way:&#xA;scoop bucket add extras scoop install extras/goshs</description>
    </item>
    <item>
      <title>Docker</title>
      <link>https://docs.goshs.de/en/installation/dockerimage/index.html</link>
      <pubDate>Mon, 07 Apr 2025 09:00:00 +0200</pubDate>
      <guid>https://docs.goshs.de/en/installation/dockerimage/index.html</guid>
      <description>How to use goshs with docker There is an official goshs image at the Docker Hub. You can pull the image:&#xA;docker pull patrickhener/goshsAnd then use it like:&#xA;docker run --rm -it -p 8000:8000 -v &#34;$PWD:/pwd&#34; patrickhener/goshs:latest -d /pwd Info Make sure to point -v to the directory you want to expose and adjust -p if you are changing the default port.&#xA;Warning Files will be uploaded to /root inside the container and will not be accessible via the mounted volume, unless you specify -uf /pwd to match the folder specified with -d.</description>
    </item>
    <item>
      <title>GutHub Releases</title>
      <link>https://docs.goshs.de/en/installation/release/index.html</link>
      <pubDate>Thu, 04 Jul 2024 09:49:21 +0200</pubDate>
      <guid>https://docs.goshs.de/en/installation/release/index.html</guid>
      <description>Use the release version Download the latest release version for your architecture from https://github.com/patrickhener/goshs/releases/latest and use it right away.</description>
    </item>
    <item>
      <title>Build yourself</title>
      <link>https://docs.goshs.de/en/installation/build/index.html</link>
      <pubDate>Thu, 04 Jul 2024 09:49:21 +0200</pubDate>
      <guid>https://docs.goshs.de/en/installation/build/index.html</guid>
      <description>How to build it yourself Building from source requires installing esbuild and sass first.&#xA;After that you can simply do:&#xA;git clone https://github.com/patrickhener/goshs.git cd goshs make build-allEmbed files at compile time When building from source the Makefile will embed any files located in the embedded folder into the binary and serve them at runtime. For details see section embed.</description>
    </item>
  </channel>
</rss>