krz/skunky-art
Alternative privacy frontend for DeviantArt.
clone: git clone https://gitbay.org/krz/skunky-art.git
7acbd87221f6e4594edf3db029520997027a7bed
unsigned
author: Christian Cleberg <hello@cleberg.net> ยท 2026-08-02T20:29:37Z
INSTANCES.md => INSTANCES.txt | 0 README.md | 47 ------------------------------------------- README.nfo | 47 +++++++++++++++++++++++++++++++++++++++++++ REDIRECTS.md => REDIRECTS.txt | 0 SETUP.md => SETUP.txt | 0 TODO.md => TODO.txt | 0 6 files changed, 47 insertions(+), 47 deletions(-) similarity index 100% rename from INSTANCES.md rename to INSTANCES.txt deleted file mode 100755 @@ -1,47 +0,0 @@ -> [!NOTE] -> This is a fork of [SkunkyArt](https://git.macaw.me/skunky/SkunkyArt). The -> upstream repository has not been updated in over a year, contains a number of -> unresolved bugs, and all of its previously listed instances were found to be -> dead links. This fork exists to keep the project maintained. - -<img src="static/images/logo.png" alt="SkunkyArt" title="SkunkyArt Logo" width="20%" loading="lazy"/> - -Instances: [`INSTANCES.md`](INSTANCES.md) - -## Description -SkunkyArt ๐ฆจ โ an alternative frontend for DeviantArt that works entirely -without JavaScript. - -## Build -It is recommended to build with the 'embed' tag because it embeds the presets in -the binary. If you plan to modify the templates, then do not use this tag. You -can also add the `-ldflags "-w -s"` argument (GCCGO has a different name for it -โ `gccgoflags`) to reduce the size of the output file. Here is an example: - -`go build -tags embed -ldflags "-w -s"` - -Such a build reports its version as `dev`. To stamp one in, as the release -workflow does from the git tag, add `-X main.version=<version>` to the ldflags. - -## Docker -Prebuilt multi-arch images (`linux/amd64`, `linux/arm64`) are published to GHCR -on every release tag: - -`docker pull ghcr.io/krazywarez/skunky-art:latest` - -Each release is tagged `1.3.3`, `1.3`, `1` and `latest`; pin an exact version if -you want reproducible upgrades. `compose.example.yaml` uses this image by -default and keeps a commented-out `build: .` for building from a checkout. -`compose.vpn_example.yml` does the same, plus an optional VPN egress sidecar. - -## Setup -The sample config is in the `config.example.json` file. For custom config, use -the `--config` option. - -See the [`SETUP.md`](SETUP.md) file for more info about directives. - -## Adding instance to the list -To do this, you must either make a PR by adding your instance to the -`instances.json` and `INSTANCES.md` files (you can use `--add-instance` -cli-argument to automatically add the instance to these files) or create an -Issue. new file mode 100644 @@ -0,0 +1,47 @@ +โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ +โ S K U N K Y A R T [ KRZ ] krz.sh โ +โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ + +FORK + fork of SkunkyArt (https://git.macaw.me/skunky/SkunkyArt). upstream + hasn't updated in over a year, has open bugs, and its listed + instances are dead links. this fork keeps it maintained. + +WHAT + skunkyart. alternative frontend for deviantart. works with no + javascript. + + instances: INSTANCES.txt + +BUILD + build with the embed tag to embed presets in the binary. skip the + tag if you'll modify templates. add -ldflags "-w -s" (gccgo: + gccgoflags) to shrink the output: + + go build -tags embed -ldflags "-w -s" + + that build reports its version as dev. stamp one in with + -X main.version=<version>, as the release workflow does from the + git tag. + +DOCKER + multi-arch images (linux/amd64, linux/arm64) publish to ghcr on + every release tag: + + docker pull ghcr.io/krazywarez/skunky-art:latest + + each release is tagged 1.3.3, 1.3, 1, and latest. pin an exact + version for reproducible upgrades. compose.example.yaml uses the + image; compose.vpn_example.yml adds an optional vpn egress sidecar. + +CONFIG + sample config in config.example.json. custom config with --config. + directive details in SETUP.txt. + +INSTANCES + add yours by pr to instances.json and INSTANCES.txt (or use + --add-instance to write both), or open an issue. + +โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ +โ krz.sh โ +โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ similarity index 100% rename from REDIRECTS.md rename to REDIRECTS.txt similarity index 100% rename from SETUP.md rename to SETUP.txt similarity index 100% rename from TODO.md rename to TODO.txt