informatica:software:aplicaciones_web:hedgedoc
Diferencias
Muestra las diferencias entre dos versiones de la página.
| Ambos lados, revisión anteriorRevisión previaPróxima revisión | Revisión previa | ||
| informatica:software:aplicaciones_web:hedgedoc [2025/12/11 21:24] – [Eliminar notas de anónimos] tempwin | informatica:software:aplicaciones_web:hedgedoc [2026/03/06 10:27] (actual) – [Centrar una imagen] tempwin | ||
|---|---|---|---|
| Línea 9: | Línea 9: | ||
| <WRAP center round info 60%> | <WRAP center round info 60%> | ||
| - | Existe una [[https:// | + | Existe una [[https:// |
| </ | </ | ||
| Línea 43: | Línea 43: | ||
| - PUID=1000 | - PUID=1000 | ||
| - PGID=1000 | - PGID=1000 | ||
| - | - TZ=Etc/UTC | + | - TZ=Europe/Madrid |
| - | - " | + | # - " |
| - | - DB_PORT=3306 | + | # - DB_PORT=3306 |
| - | - DB_USER=hedgedoc | + | # - DB_USER=hedgedoc |
| - | - " | + | # - " |
| - | - DB_NAME=hedgedoc | + | # - DB_NAME=hedgedoc |
| - CMD_DOMAIN=localhost | - CMD_DOMAIN=localhost | ||
| - CMD_URL_ADDPORT=false #optional | - CMD_URL_ADDPORT=false #optional | ||
| Línea 62: | Línea 62: | ||
| </ | </ | ||
| + | La configuración anterior usará SQLite como base de datos. | ||
| ===== Configuración ===== | ===== Configuración ===== | ||
| Línea 73: | Línea 74: | ||
| * [[https:// | * [[https:// | ||
| + | |||
| + | ==== Deshabilitar registro ==== | ||
| + | |||
| + | <code yaml> | ||
| + | CMD_ALLOW_EMAIL_REGISTER=false | ||
| + | </ | ||
| ===== Uso ===== | ===== Uso ===== | ||
| Línea 102: | Línea 109: | ||
| Comentario en [[https:// | Comentario en [[https:// | ||
| - | <WRAP center round box 60%> | + | //Hi @JPT77! |
| - | | + | |
| - | | + | Deleting a note as an admin is currently only possible via direct operation on the database. The easiest way to find the note in the database is by the “short id”. This can be found in the URL when opening the “publish” view.// |
| - | | + | //Example: There’s a note at https:// |
| - | | + | //Now we can delete this note from the database using SQL:// |
| - | | + | <code sql> |
| + | DELETE FROM " | ||
| + | </ | ||
| - | | + | //Kind regards, |
| - | Erik | + | Erik// |
| - | </ | + | ==== Centrar una imagen ==== |
| - | | + | |
| + | | ||
| + | |||
| + | ==== Buscar notas en base de datos ==== | ||
| + | |||
| + | La versión 1 de HedgeDoc almacena las notas con una UUID en la base de datos. Sin embargo, la URL de la nota se genera a partir de esa UUID. Si queremos buscar una nota específica en la base de datos, podemos usar la siguiente herramienta que nos hará la conversión de URL a UUID y viceversa: | ||
| + | * https:// | ||
informatica/software/aplicaciones_web/hedgedoc.1765484699.txt.gz · Última modificación: por tempwin
