Skip to content

Commit

Permalink
add HedgeDoc
Browse files Browse the repository at this point in the history
  • Loading branch information
Cp0204 committed May 8, 2024
1 parent 460c064 commit b01ce2b
Show file tree
Hide file tree
Showing 7 changed files with 72 additions and 0 deletions.
70 changes: 70 additions & 0 deletions Apps/hedgedoc/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,70 @@
version: "3"
name: hedgedoc
services:
database:
image: postgres:13.4-alpine
container_name: hedgedoc-db
environment:
- POSTGRES_USER=hedgedoc
- POSTGRES_PASSWORD=password
- POSTGRES_DB=hedgedoc
volumes:
- /DATA/AppData/hedgedoc/database:/var/lib/postgresql/data
restart: unless-stopped
networks:
- hedgedoc

hedgedoc:
# Make sure to use the latest release from https://hedgedoc.org/latest-release
image: quay.io/hedgedoc/hedgedoc:1.9.9
container_name: hedgedoc-app
deploy:
resources:
reservations:
memory: 128M
environment:
- CMD_DB_URL=postgres://hedgedoc:password@database:5432/hedgedoc
- CMD_DOMAIN=
- CMD_URL_ADDPORT=true
- CMD_CSP_ENABLE=false
volumes:
- /DATA/AppData/hedgedoc/uploads:/hedgedoc/public/uploads
ports:
- "3000:3000"
restart: unless-stopped
depends_on:
- database
networks:
- hedgedoc

networks:
hedgedoc:
name: hedgedoc

x-casaos:
architectures:
- amd64
- arm64
- arm
main: hedgedoc
store_app_id: hedgedoc
category: Documents
author: Cp0204
developer: HedgeDoc
icon: https://cdn.jsdelivr.net/gh/Cp0204/CasaOS-AppStore-Play@main/Apps/hedgedoc/icon.png
screenshot_link:
- https://cdn.jsdelivr.net/gh/Cp0204/CasaOS-AppStore-Play@main/Apps/hedgedoc/screenshot-1.png
- https://cdn.jsdelivr.net/gh/Cp0204/CasaOS-AppStore-Play@main/Apps/hedgedoc/screenshot-2.png
- https://cdn.jsdelivr.net/gh/Cp0204/CasaOS-AppStore-Play@main/Apps/hedgedoc/screenshot-3.png
thumbnail: https://cdn.jsdelivr.net/gh/Cp0204/CasaOS-AppStore-Play@main/Apps/hedgedoc/thumbnail.png
description:
en_us: "HedgeDoc (formerly known as CodiMD) is an open-source, web-based, self-hosted, collaborative markdown editor. You can use it to easily collaborate on notes, graphs and even presentations in real-time. All you need to do is to share your note-link to your co-workers and they’re ready to go."
zh_cn: "HedgeDoc(前身为 CodiMD)是一款开源、基于网络、自托管的协作式标记符编辑器。 你可以用它轻松地实时协作编写笔记、图表甚至演示文稿。您只需将笔记链接分享给您的同事,他们就可以开始工作了。 "
tagline:
en_us: Real-time collaborative markdown notes.
zh_cn: 实时协作 markdown 笔记
title:
en_us: HedgeDoc
port_map: "3000"
scheme: http
index: /
Binary file added Apps/hedgedoc/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Apps/hedgedoc/screenshot-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Apps/hedgedoc/screenshot-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Apps/hedgedoc/screenshot-3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Apps/hedgedoc/thumbnail.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ If you think this project is helpful to you, you can give me a little support. T
| ![Gopeed](https://cdn.jsdelivr.net/gh/Cp0204/CasaOS-AppStore-Play@main/Apps/gopeed/icon.png) | [Gopeed](./Apps/gopeed) | Gopeed (full name Go Speed) is a high-speed downloader developed by Golang + Flutter. It supports (HTTP, BitTorrent, Magnet) protocols and is compatible with all platforms. In addition to basic download functions, Gopeed is highly customizable, supporting additional features through API integration or by installing and developing extensions.<br>Gopeed(全称 Go Speed)是一款由 Golang + Flutter 开发的高速下载器,支持(HTTP、BitTorrent、Magnet)协议下载,并且支持全平台使用。除了基本的下载功能外,Gopeed 还是一款高度可定制化的下载器,支持通过对接 APIs 或者安装和开发扩展来实现更多的功能。 |
| ![Gotify](https://cdn.jsdelivr.net/gh/Cp0204/CasaOS-AppStore-Play@main/Apps/Gotify/icon.png) | [Gotify](./Apps/Gotify) | A self-hosted push notification service written in Go. It simplifies the sending and receiving of push notifications over multiple platforms.<br>一个使用Go编写的自托管推送通知服务。它简化了在多个平台上发送和接收推送通知的过程。 |
| ![Halo](https://cdn.jsdelivr.net/gh/Cp0204/CasaOS-AppStore-Play@main/Apps/halo/icon.png) | [Halo](./Apps/halo) | Halo is an open source blog system , written in Java , with a simple and easy to use interface and rich functionality features .<br>Halo 是一个开源的博客系统,采用 Java 编写,具有简洁易用的界面和丰富的功能特性。 |
| ![HedgeDoc](https://cdn.jsdelivr.net/gh/Cp0204/CasaOS-AppStore-Play@main/Apps/hedgedoc/icon.png) | [HedgeDoc](./Apps/hedgedoc) | HedgeDoc (formerly known as CodiMD) is an open-source, web-based, self-hosted, collaborative markdown editor. You can use it to easily collaborate on notes, graphs and even presentations in real-time. All you need to do is to share your note-link to your co-workers and they’re ready to go.<br>HedgeDoc(前身为 CodiMD)是一款开源、基于网络、自托管的协作式标记符编辑器。 你可以用它轻松地实时协作编写笔记、图表甚至演示文稿。您只需将笔记链接分享给您的同事,他们就可以开始工作了。 |
| ![Heimdall](https://cdn.jsdelivr.net/gh/Cp0204/CasaOS-AppStore-Play@main/Apps/heimdall/icon.png) | [Heimdall](./Apps/heimdall) | As the name suggests Heimdall Application Dashboard is a dashboard for all your web applications. It doesn't need to be limited to applications though, you can add links to anything you like. Heimdall is an elegant solution to organise all your web applications.<br>顾名思义,Heimdall Application Dashboard 是一个用于显示所有网络应用程序的仪表盘。但它并不局限于应用程序,你可以添加任何你喜欢的链接。 Heimdall 是组织所有网络应用程序的优雅解决方案。 |
| ![homepage](https://cdn.jsdelivr.net/gh/Cp0204/CasaOS-AppStore-Play@main/Apps/homepage/icon.png) | [homepage](./Apps/homepage) | A modern, fully static, fast, secure fully proxied, highly customizable application dashboard with integrations for over 100 services and translations into multiple languages. Easily configured via YAML files or through docker label discovery.<br>一个现代化的、完全静态的、快速的、安全的、完全代理的、高度可定制的应用程序仪表板,集成了100多种服务和多种语言的翻译。通过YAML文件或Docker标签发现轻松配置。 |
| ![immich](https://cdn.jsdelivr.net/gh/Cp0204/CasaOS-AppStore-Play@main/Apps/immich/icon.png) | [immich](./Apps/immich) | Alex is a software engineer who, along with his wife, faced a common problem after the birth of their newborn: they didn't want to pay for a backup application anymore. So, he decided to develop an alternative focused on backing up photos and videos. This application prioritizes privacy protection and offers user-friendly access to photos and videos. Alex aims to give back to the open-source community through this project.<br>Alex 是一位软件工程师,他与妻子在新生儿出生后面对一个共同问题:不想再为付费备份应用买单了。于是,他决定开发一个替代品,专注于照片和视频备份。这款应用注重隐私保护,方便用户查看照片和视频,操作简单易用。Alex 希望通过这个项目回馈开源社区。 |
Expand Down Expand Up @@ -126,6 +127,7 @@ If you think this project is helpful to you, you can give me a little support. T
| ![Tailscaled](https://cdn.jsdelivr.net/gh/Cp0204/CasaOS-AppStore-Play@main/Apps/Tailscale/icon.png) | [Tailscaled](./Apps/Tailscale) | Tailscale is a zero config VPN for building secure networks. Install on any device in minutes. Remote access from any network or physical location.<br>Tailscale 是一款用于构建安全网络的零配置 VPN。只需几分钟即可在任何设备上安装,即可从任何网络或物理位置远程访问。 |
| ![tinyMediaManager](https://cdn.jsdelivr.net/gh/Cp0204/CasaOS-AppStore-Play@main/Apps/tinyMediaManager/icon.png) | [tinyMediaManager](./Apps/tinyMediaManager) | tinyMediaManager is a media management tool written in Java/Swing. It is designed to provide a simple and intuitive interface for organizing and managing your media collection.<br>tinyMediaManager 是一个用 Java/Swing 编写的媒体管理工具。它旨在为您的媒体收藏提供简单直观的界面,方便组织和管理。 |
| ![ttnode](https://cdn.jsdelivr.net/gh/Cp0204/CasaOS-AppStore-Play@main/Apps/ttnode/icon.png) | [ttnode](./Apps/ttnode) | TTNODE is a versatile platform that allows you to easily participate in various distributed computing projects. It supports a wide range of tasks and provides a user-friendly web interface for management.<br>甜糖星愿是一个多功能平台,可以轻松参与各种分布式计算项目。它支持广泛的任务,并提供了用户友好的Web界面进行管理。 |
| ![ttydBridge](https://cdn.jsdelivr.net/gh/Cp0204/CasaOS-AppStore-Play@main/Apps/ttydbridge/icon.png) | [ttydBridge](./Apps/ttydbridge) | ttydBridge acts as a "bridge" to the host environment, allowing you to easily access and use the host terminal in a web. It is built on ttyd and runs in a containerized manner, providing a secure and convenient remote endpoint experience.<br>ttydBridge 如一座“桥”,连通了宿主机环境,让你在浏览器中轻松访问和使用宿主机终端。它基于 ttyd 构建,并以容器化的方式运行,提供了安全、便捷的远程终端体验。 |
| ![typecho](https://cdn.jsdelivr.net/gh/Cp0204/CasaOS-AppStore-Play@main/Apps/typecho/icon.png) | [typecho](./Apps/typecho) | Typecho is a PHP-based blog software and is designed to be the most powerful blog engine in the world. Typecho is released under the GNU General Public License 2.0.<br>Typecho 是一个基于 PHP 的博客软件,旨在成为世界上最强大的博客引擎。Typeecho 是在 GNU通用公共许可协议2.0下发布的。 |
| ![uuWAF](https://cdn.jsdelivr.net/gh/Cp0204/CasaOS-AppStore-Play@main/Apps/uuwaf/icon.png) | [uuWAF](./Apps/uuwaf) | A community-driven, free, high-performance, high-extensibility top-of-the-line Web application and API security protection product.<br>一款社区驱动的免费、高性能、高扩展顶级Web应用和API安全防护产品。 |
| ![v2rayA](https://cdn.jsdelivr.net/gh/Cp0204/CasaOS-AppStore-Play@main/Apps/v2rayA/icon.png) | [v2rayA](./Apps/v2rayA) | V2RayA is a web-based V2Ray front-end with enhanced functionality. It provides an intuitive and user-friendly interface to configure and manage your V2Ray server. With V2RayA, you can easily set up and customize your own proxy server with various protocols and encryption methods.<br>V2RayA是一个带有增强功能的基于Web的V2Ray前端。它提供了一个直观和用户友好的界面,用于配置和管理V2Ray服务器。使用V2RayA,您可以轻松设置和自定义具有各种协议和加密方法的代理服务器。 |
Expand Down

0 comments on commit b01ce2b

Please sign in to comment.