_deploy | ||
_sites | ||
app | ||
bin | ||
config | ||
db | ||
doc | ||
lib | ||
log | ||
public | ||
test | ||
tmp | ||
vendor | ||
.browserslistrc | ||
.dockerignore | ||
.editorconfig | ||
.env | ||
.env.development | ||
.gitattributes | ||
.gitconfig | ||
.gitignore | ||
.gitlab-ci.yml | ||
.profile | ||
.rubocop.yml | ||
.rubocop_todo.yml | ||
.woodpecker.yml | ||
babel.config.js | ||
Capfile | ||
config.ru | ||
Dockerfile | ||
entrypoint.sh | ||
fa.txt | ||
Gemfile | ||
Gemfile.lock | ||
LICENSE | ||
monit.conf | ||
ota.sh | ||
package.json | ||
postcss.config.js | ||
Procfile | ||
Rakefile | ||
README.md | ||
rubygems-platform-musl.patch | ||
Taskfile.yaml | ||
tsconfig.json | ||
yarn.lock |
Sutty
Castellano
Sutty es una plataforma para alojar sitios más seguros, veloces y resilientes, orientada a organizaciones, colectivxs y activistas. Está basada en el generador de sitios estáticos Jekyll.
Este repositorio es la plataforma Ruby on Rails para alojar el panel de autogestión de sitios.
Para más información visita el sitio de Sutty.
Desarrollar
Para facilitar la gestión de dependencias y entorno de desarrollo, instala haini.sh
Todas las tareas se gestionan con go-task
. Instrucciones de
instalación (en inglés)
go-task
Variables de entorno
Las variables de entorno por defecto se encuentran en el archivo .env
.
Para modificar las opciones, crear o modificar el archivo .env.local
con valores distintos.
Documentación
Para navegar la documentación del código usando YARD:
go-task doc serve
Y luego navegar a https://panel.sutty.local:3000/doc/
English
Sutty is a platform for hosting safer, faster and more resilient websites, aimed at organizations, collectives and activists. It's based on Jekyll, the static website generator.
This repository is the Ruby on Rails platform that hosts the self-managed panel.
For more information, visit Sutty's website.
Development
To facilitate dependencies and dev environment, install haini.sh
Every task is run via go-task
. Installation
instructions.
go-task
Environment variables
Default env vars are store on .env
. For local options, copy them to
.env.local
.
Documentation
To browse documentation using YARD:
go-task doc serve
And then open https://panel.sutty.local:3000/doc/