This repository has been archived on 2022-07-17. You can view files and clone it, but cannot push or open issues or pull requests.
arsenm-dev-site/public/docs/simpledash/index.xml

7 lines
1.9 KiB
XML

<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Simpledash Docs on</title><link>/docs/simpledash/</link><description>Recent content in Simpledash Docs on</description><generator>Hugo -- gohugo.io</generator><language>en-US</language><atom:link href="/docs/simpledash/index.xml" rel="self" type="application/rss+xml"/><item><title>Configuration</title><link>/docs/simpledash/configuration/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/docs/simpledash/configuration/</guid><description>Flags Simpledash can be run using the simpledash binary directly, or for convenience, using advmake run.
If using the binary directly, the listen IP, port, etc. can be configured via flags.
This is the help screen of simpledash:
Usage of ./simpledash: -a, --addr ip Bind address for HTTP server (default 0.0.0.0) -c, --config string TOML config file (default &amp;#34;simpledash.toml&amp;#34;) --hash string Generate new bcrypt password hash -p, --port int Bind port for HTTP server (default 8080) simpledash: help requested The default address of simpledash is 0.</description></item><item><title>Installation</title><link>/docs/simpledash/installation/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/docs/simpledash/installation/</guid><description>Building from source Prerequisites Simpledash utilizes an SQLite database for session storage. That means that sqlite3 must be installed along with its development files to build simpledash. It also means cross-compilation is not as simple as setting some environment variables.
On Debian, the required packages are: sqlite3 and sqlite3-dev.
On Arch, the required package is sqlite.
Building To build simpledash, first, clone the git repository of simpledash. Then, use a terminal to enter the cloned directory and run:</description></item></channel></rss>