krz/skunky-art
Alternative privacy frontend for DeviantArt.
clone: git clone https://gitbay.org/krz/skunky-art.git
v1.3.3: README.md · raw
1> [!NOTE]
2> This is a fork of [SkunkyArt](https://git.macaw.me/skunky/SkunkyArt). The
3> upstream repository has not been updated in over a year, contains a number of
4> unresolved bugs, and all of its previously listed instances were found to be
5> dead links. This fork exists to keep the project maintained.
6
7<img src="static/images/logo.png" alt="SkunkyArt" title="SkunkyArt Logo" width="20%" loading="lazy"/>
8
9Instances: [`INSTANCES.md`](INSTANCES.md)
10
11## Description
12SkunkyArt 🦨 — an alternative frontend for DeviantArt that works entirely
13without JavaScript.
14
15## Build
16It is recommended to build with the 'embed' tag because it embeds the presets in
17the binary. If you plan to modify the templates, then do not use this tag. You
18can also add the `-ldflags "-w -s"` argument (GCCGO has a different name for it
19— `gccgoflags`) to reduce the size of the output file. Here is an example:
20
21`go build -tags embed -ldflags "-w -s"`
22
23## Setup
24The sample config is in the `config.example.json` file. For custom config, use
25the `--config` option.
26
27See the [`SETUP.md`](SETUP.md) file for more info about directives.
28
29## Adding instance to the list
30To do this, you must either make a PR by adding your instance to the
31`instances.json` and `INSTANCES.md` files (you can use `--add-instance`
32cli-argument to automatically add the instance to these files) or create an
33Issue.