mirror of
https://github.com/YunoHost-Apps/hedgedoc_ynh.git
synced 2024-09-03 19:25:52 +02:00
Add screenshot
This commit is contained in:
parent
5248a164e0
commit
b5736b27ad
3 changed files with 15 additions and 0 deletions
7
doc/DISCLAIMER.md
Normal file
7
doc/DISCLAIMER.md
Normal file
|
@ -0,0 +1,7 @@
|
|||
* Any known limitations, constrains or stuff not working, such as (but not limited to):
|
||||
* HedgeDoc needs more than 3 GB of RAM to build.
|
||||
|
||||
* Other infos that people should be aware of, such as:
|
||||
* You can configure HedgeDoc by editing this file `/var/www/hedgedoc/config.json` using the [documentation](https://github.com/hedgedoc/hedgedoc/blob/master/docs/configuration.md)
|
||||
When you finished editing the configuration, for your changes to take effect, you will have to run: `sudo systemctl restart hedgedoc`.
|
||||
|
BIN
doc/screenshots/screenshot.png
Normal file
BIN
doc/screenshots/screenshot.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 243 KiB |
|
@ -8,6 +8,14 @@
|
|||
},
|
||||
"version": "1.8.2~ynh1",
|
||||
"url": "https://github.com/hedgedoc/hedgedoc",
|
||||
"upstream": {
|
||||
"license": "AGPL-3.0-only",
|
||||
"website": "https://hedgedoc.org",
|
||||
"demo": "https://demo.hedgedoc.org/",
|
||||
"admindoc": "https://github.com/hedgedoc/hedgedoc/tree/master/docs",
|
||||
"userdoc": "https://yunohost.org/fr/app_hedgedoc",
|
||||
"code": "https://github.com/hedgedoc/hedgedoc"
|
||||
},
|
||||
"license": "AGPL-3.0-only",
|
||||
"maintainer": {
|
||||
"name": "eric_G"
|
||||
|
|
Loading…
Add table
Reference in a new issue