5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-06-29 08:56:07 +00:00

Una nota para el futuro

This commit is contained in:
f 2021-09-12 22:04:17 -03:00
parent f78cf72061
commit cb0308e3fc

View file

@ -6,6 +6,9 @@ class DeployHiddenService < DeployWww
validates :hostname, format: { with: /\A[a-z2-7]{56}.onion\z/ } validates :hostname, format: { with: /\A[a-z2-7]{56}.onion\z/ }
# Sufijo para todos los dominios temporales. # Sufijo para todos los dominios temporales.
#
# TODO: Deprecar cuando recuperemos la columna values como JSONB,
# agregando un { temporary: true }
TEMPORARY_SUFFIX = 'temporary' TEMPORARY_SUFFIX = 'temporary'
# Traer todos los servicios ocultos temporales. # Traer todos los servicios ocultos temporales.