Dovel website repository.
Author: brian (git@myr.sh)
Date: Sun Dec 31 16:16:13 2023 -0300
Parent: f23ad53
Added docker config section
diff --git a/index.html b/index.html index 59ed49d..a1f9715 100644 --- a/index.html +++ b/index.html @@ -87,12 +87,13 @@ _ __ /_ __ \_ | / / _ \_ / </ul> <h2>Installation</h2> - To install <kbd>dovel</kbd> you need <kbd>go</kbd> propperly installed and - a port available, this guide works for MacOS, Linux and BSD systems. + There are 2 ways of installing it: using docker or building the binary. + To build and install the binary version> you need <kbd>go</kbd> + propperly installed, this guide works for MacOS, Linux and BSD systems. <ol> <li> Install dovel by running: - <tt>go install dovel.email/server@v0.11.10</tt>. + <tt>go install dovel.email/server@v0.13.0</tt>. </li> <li> Configure dovel by creating the configuration file, an @@ -115,6 +116,14 @@ _ __ /_ __ \_ | / / _ \_ / </li> </ol> + <p> + The docker version has similar steps, instead of 1. build the + docker image, To run the container you need to give dovel a + way to access config files, one option is to shareto config + folder using <kbd>-v</kbd> argument: + </p> + <kbd>docker run dovel -v CONFIG_FOLDER:/root/.config/dovel/</kbd> + <h3>Configuring</h3> The following configuration is enought to receive emails: Dovel needs the file <kbd>~/.config/dovel/config.json</kbd> is order to work @@ -172,7 +181,7 @@ _ __ /_ __ \_ | / / _ \_ / <footer> <small> This website is licensed under the MIT license. - Copyright © 2022-23 Brian Mayer + Copyright © 2022-24 Brian Mayer </small> </footer> </body>
diff --git a/sitemap.txt b/sitemap.txt new file mode 100644 index 0000000..f164ef4 --- /dev/null +++ b/sitemap.txt @@ -0,0 +1,2 @@ +/index.html +/git.html