app | ||
css | ||
html | ||
misc | ||
services | ||
.gitignore | ||
config.example.json | ||
go.mod | ||
go.sum | ||
instances.json | ||
INSTANCES.md | ||
LICENSE | ||
main.go | ||
README.md | ||
SETUP-RU.md | ||
SETUP.md | ||
TODO.md |
Instances: INSTANCES.md
EN 🇺🇸
Description
SkunkyArt 🦨 — alternative frontend for DevianArt, which works without JS.
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:
- the Instance must not use Cloudflare.
- If your instance has modified source code, you need to publish it to any free platform. For example, Github and Gitlab are not.
Acknowledgements
- Лис⚛ — helped me understand Go and gave me a lot of useful advice on this language.
- meoww — translated some sentences into English and wrote a service for openrc
RU 🇷🇺
Описание
SkunkyArt 🦨 — альтернативный фронтенд к DeviantArt, который полностью работает без JS (JavaScript).
Настройка
Пример конфига находится в файле config.example.json
. Чтобы указать свой конфиг, используйте cli-аргумент --config
.
См. SETUP-RU.md
для информации о настройки фронтенда.
Добавление инстанса в список
Чтобы это сделать, вы должны либо сделать PR, добавив в файлы instances.json
и INSTANCES.md
свой инстанс (можете воспользоваться cli-аргументом --add-instance
, который автоматически это сделает), либо создать Issue, или сообщить о нём в комнате в Matrix. Учтите, что ваш инстанс должен соблюсти следущие правила:
- Инстанс не должен использовать Cloudflare итп.
- Если ваш инстанс имеет модифицированный исходный код, то вам нужно опубликовать его на любую свободную площадку. Например, Github и Gitlab таковыми не являются.