krz/skunky-art
Alternative privacy frontend for DeviantArt.
clone: git clone https://gitbay.org/krz/skunky-art.git
v1.4.0:
| 100755 | .dockerignore | 48 |
| 100644 | .env.example | 1450 |
| 040000 | .github/ | |
| 100755 | .gitignore | 76 |
| 100644 | .golangci.yml | 1209 |
| 100644 | API.txt | 2215 |
| 100644 | CODEOWNERS | 11 |
| 100755 | Dockerfile | 830 |
| 100755 | INSTANCES.txt | 411 |
| 100755 | LICENSE | 1338 |
| 100644 | README.nfo | 2167 |
| 100755 | REDIRECTS.txt | 659 |
| 100755 | SETUP.txt | 3878 |
| 100755 | TODO.txt | 1484 |
| 040000 | app/ | |
| 100755 | compose.example.yaml | 826 |
| 100644 | compose.vpn_example.yml | 4509 |
| 100755 | config.example.json | 521 |
| 100644 | go.mod | 107 |
| 100644 | go.sum | 334 |
| 100755 | instances.json | 402 |
| 100755 | main.go | 1400 |
| 040000 | services/ | |
| 040000 | static/ |
┌──────────────────────────────────────────────────────────────┐
│ 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 │
└──────────────────────────────────────────────────────────────┘