Alternative frontend for DeviantArt, which focused on privacy https://skunky.ebloid.ru/art

lost+skunk f692d1eb2d забыл нажать ^s... 5 days ago
app f857340dce офрцвагргш 5 days ago
services c5514c3875 v1.3 3 months ago
static 911923fde1 ы 5 days ago
.gitignore 191984b31e v1.3.2 1 month ago
INSTANCES.md 911923fde1 ы 5 days ago
LICENSE 667de65e2f v1.3 4 months ago
README.md 911923fde1 ы 5 days ago
REDIRECTS.md 191984b31e v1.3.2 1 month ago
SETUP-RU.md 191984b31e v1.3.2 1 month ago
SETUP.md 191984b31e v1.3.2 1 month ago
TODO.md c39399403e отображение ошибок 2 months ago
config.example.json 191984b31e v1.3.2 1 month ago
go.mod c39399403e отображение ошибок 2 months ago
go.sum c39399403e отображение ошибок 2 months ago
instances.json f692d1eb2d забыл нажать ^s... 5 days ago
main.go 191984b31e v1.3.2 1 month ago

README.md

[!NOTE] Currently, due to school, I cannot actively develop this project :( However, this does not mean that development has stopped. Just wait for the summer. For questions, write either to the Matrix room or to me in DM.

SkunkyArt

Matrix room

Instances: INSTANCES.md

EN 🇺🇸

Description

SkunkyArt 🦨 — alternative frontend for DevianArt, which works without JS.

Build (translated via DeepL)

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"

Pre-compiled binaries can be found in the Releases tab.

Setup

The sample config is in the config.example.json file. For custom config, use --config option. See the 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, or report it to the room in Matrix. Keep in mind that your instance must comply with the following rules:

  1. the Instance must not use Cloudflare.
  2. If your instance has modified source code, you need to publish it to any free platform. For example, Github and Gitlab are not.

    Acknowledgements

  3. Лис⚛ — helped me understand Go and gave me a lot of useful advice on this language.

  4. meoww — translated some sentences into English and wrote a service for openrc

RU 🇷🇺

Описание

SkunkyArt 🦨 — альтернативный фронтенд к DeviantArt, который полностью работает без JS (JavaScript).

Сборка

Рекомендуется производить сборку с тегом 'embed', поскольку он встраивает заготовки в бинарный файл. Если вы планируете изменять заготовки, то не используйте этот тег. Также вы можете добавить аргумент -ldflags "-w -s" (у GCCGO он называется по-другому — gccgoflags) для уменьшения размера выходного файла. Вот пример:

go build -tags embed -ldflags "-w -s"

Готовые бинари находятся во вкладке Releases.

Настройка

Пример конфига находится в файле config.example.json. Чтобы указать свой конфиг, используйте cli-аргумент --config. См. SETUP-RU.md для информации о настройки фронтенда.

Добавление инстанса в список

Чтобы это сделать, вы должны либо сделать PR, добавив в файлы instances.json и INSTANCES.md свой инстанс (можете воспользоваться cli-аргументом --add-instance, который автоматически это сделает), либо создать Issue, или сообщить о нём в комнате в Matrix. Учтите, что ваш инстанс должен соблюсти следущие правила:

  1. Инстанс не должен использовать Cloudflare итп.
  2. Если ваш инстанс имеет модифицированный исходный код, то вам нужно опубликовать его на любую свободную площадку. Например, Github и Gitlab таковыми не являются.

    Благодарности

  3. Лис⚛ — помог разобраться в Go и много чего полезного посоветовал по этому языку.

  4. meoww — перевела некоторые предложения на английский язык и написала сервис для openrc