Skip to content

Commit

Permalink
add WebDAV
Browse files Browse the repository at this point in the history
  • Loading branch information
Cp0204 committed Sep 28, 2024
1 parent ebabe0a commit 9ff8aa3
Show file tree
Hide file tree
Showing 3 changed files with 52 additions and 0 deletions.
51 changes: 51 additions & 0 deletions Apps/webdav/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
name: webdav
services:
webdav:
environment:
AUTH_TYPE: Digest
USERNAME: admin
PASSWORD: admin1234
TZ: $TZ
image: bytemark/webdav:latest
deploy:
resources:
reservations:
memory: 64M
network_mode: bridge
ports:
- target: 80
published: "8081"
protocol: tcp
restart: unless-stopped
volumes:
- type: bind
source: /DATA/AppData/webdav
target: /var/lib/dav
container_name: webdav

x-casaos:
architectures:
- amd64
main: webdav
store_app_id: webdav
author: bytemark
category: File Sync
description:
en_us: A simple WebDAV server.
zh_cn: 一个简单的WebDAV服务器。
developer: bytemark
icon: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/WebDAV/icon.png
# screenshot_link:
# - https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/WebDAV/screenshot-1.png
tagline:
en_us: Simple WebDAV Server
zh_cn: 简单的WebDAV服务器
# thumbnail: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/WebDAV/thumbnail.png
tips:
before_install:
en_us: 'Default username: `admin`, default password: `admin1234`'
zh_cn: '默认用户名:`admin` ,默认密码:`admin1234`'
title:
en_us: WebDAV
index: /
port_map: "8081"
Binary file added Apps/webdav/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,7 @@ Enjoyed the project? Consider buying me a coffee - it helps me keep going!
| ![VerySync](https://cdn.jsdelivr.net/gh/Cp0204/CasaOS-AppStore-Play@main/Apps/verysync/icon.png) | [VerySync](./Apps/verysync) | A user-friendly, cross-platform file synchronization software with remarkable transfer speeds as its most significant advantage. VerySync's intelligent P2P technology accelerates synchronization by splitting files into small, data-only segments, and encrypting the files with AES.<br>简单易用的多平台文件同步软件,惊人的传输速度是不同于其他产品的最大优势, 微力同步 的智能 P2P 技术加速同步,会将文件分割成若干份仅 KB 的数据同步,而文件都会进行 AES 加密处理. |
| ![VS Code](https://cdn.jsdelivr.net/gh/Cp0204/CasaOS-AppStore-Play@main/Apps/vscode/icon.png) | [VS Code](./Apps/vscode) | Code with ease using Visual Studio Code on your server. Access it through your browser anywhere, anytime.<br>在您的服务器上轻松编写代码,使用Visual Studio Code。通过浏览器随时随地访问。 |
| ![wallabag](https://cdn.jsdelivr.net/gh/Cp0204/CasaOS-AppStore-Play@main/Apps/wallabag/icon.png) | [wallabag](./Apps/wallabag) | wallabag is a web application allowing you to save web pages for later reading. Click, save and read it when you want. It extracts content so that you won't be distracted by pop-ups and cie.<br>wallabag 是一款网络应用程序,允许您保存网页以供以后阅读。点击保存,随时阅读。它提取内容,以便您不会被弹出窗口等干扰。 |
| ![WebDAV](https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/WebDAV/icon.png) | [WebDAV](./Apps/webdav) | A simple WebDAV server.<br>一个简单的WebDAV服务器。 |
| ![Wiki.js](https://cdn.jsdelivr.net/gh/Cp0204/CasaOS-AppStore-Play@main/Apps/wikijs/icon.svg) | [Wiki.js](./Apps/wikijs) | Wiki.js is a powerful and extensible open source wiki software built on Node.js.<br>Wiki.js 是一款基于 Node.js 构建的功能强大且可扩展的开源 Wiki 软件。 |
| ![WordPress](https://cdn.jsdelivr.net/gh/Cp0204/CasaOS-AppStore-Play@main/Apps/wordpress/icon.png) | [WordPress](./Apps/wordpress) | WordPress (also known as WP or WordPress.org) is a web content management system. It was originally created as a tool to publish blogs but has evolved to support publishing other web content, including more traditional websites, mailing lists and Internet forum, media galleries, membership sites, learning management systems and online stores. Available as free and open-source software, WordPress is among the most popular content management systems – it was used by 43.1% of the top 10 million websites as of December 2023.<br>WordPress是一个以PHP和MySQL为平台的自由开源的博客软件和内容管理系统。WordPress具有插件架构和模板系统。截至2018年4月,排名前1000万的网站中超过30.6%使用WordPress。WordPress是最受欢迎的网站内容管理系统。全球有大约43%的网站都是使用WordPress架设的。WordPress是目前因特网上最流行的博客系统,在最著名的网络发布阶段中脱颖而出。如今,它被使用在超过7000万个站点上。 |
| ![ws-scrcpy](https://cdn.jsdelivr.net/gh/Cp0204/CasaOS-AppStore-Play@main/Apps/ws-scrcpy/icon.png) | [ws-scrcpy](./Apps/ws-scrcpy) | ws-scrcpy is a WebSocket-based implementation of the scrcpy Android screen mirroring tool. It allows you to control your Android device from your web browser.<br>ws-scrcpy 是 scrcpy Android 屏幕镜像工具的基于 WebSocket 的实现。它允许您从 Web 浏览器控制您的 Android 设备。 |
Expand Down

0 comments on commit 9ff8aa3

Please sign in to comment.