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/10/17 22:11] – [Markdown] tempwin | informatica:software:aplicaciones_web:hedgedoc [2026/03/06 10:27] (actual) – [Centrar una imagen] tempwin | ||
|---|---|---|---|
| Línea 7: | Línea 7: | ||
| {{ https:// | {{ https:// | ||
| + | |||
| + | <WRAP center round info 60%> | ||
| + | Existe una [[https:// | ||
| + | </ | ||
| + | |||
| ===== Características ===== | ===== Características ===== | ||
| Línea 38: | 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 57: | Línea 62: | ||
| </ | </ | ||
| + | La configuración anterior usará SQLite como base de datos. | ||
| ===== Configuración ===== | ===== Configuración ===== | ||
| Línea 68: | Línea 74: | ||
| * [[https:// | * [[https:// | ||
| + | |||
| + | ==== Deshabilitar registro ==== | ||
| + | |||
| + | <code yaml> | ||
| + | CMD_ALLOW_EMAIL_REGISTER=false | ||
| + | </ | ||
| ===== Uso ===== | ===== Uso ===== | ||
| Línea 97: | Línea 109: | ||
| Comentario en [[https:// | Comentario en [[https:// | ||
| - | | + | //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 " | ||
| + | </ | ||
| - | 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. | + | //Kind regards, |
| + | Erik// | ||
| - | Example: There’s a note at https:// | + | ==== Centrar una imagen ==== |
| - | | + | |
| - | DELETE FROM " | + | ==== Buscar notas en base de datos ==== |
| - | Kind regards, | + | 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: |
| - | Erik | + | |
| - | | + | |
| + | * https:// | ||
informatica/software/aplicaciones_web/hedgedoc.1760731903.txt.gz · Última modificación: por tempwin
