owncloud

Docker 有什么优势?

一个人想着一个人 提交于 2021-02-07 00:01:47
前两天,debian 从 8 全新升级到 9(不喜欢 dist-upgrade),要重装 owncloud (debian 9 已经移除 apt源了),打开 owncloud 的安装文档,真他妈的琐碎,要搭建个高可用的 owncloud 起码还要费我两三个小时,于是打开 http://hub.docker.com 立马就找到了一个 owncloud 的 image,我扫了一眼特性,比 owncloud 官方推荐的标准配置强不少: Streamlined Let's Encrypt functionality built right in This will fetch valid, trusted and free SSL certs for your domain and install them into the image! Hurray for green lock icons! Superfast Uses PHP7 with APCu and Zend OpCache for maximum performance Now with image version tags corresponding to OwnCloud

利用 ONLYOFFICE 将在线文档编辑器集成到 Python Web 应用程序中

北城余情 提交于 2021-01-22 10:19:32
ONLYOFFICE 是根据 GNU AGPL v.3 许可证条款分发的开源协作办公套件。它包含三个用于文本文档、电子表格和演示文稿的编辑器,并具有以下功能: 查看,编辑和协同编辑 .docx 、 .xlsx 、 .pptx 文件。OOXML 作为一种核心格式,可确保与 Microsoft Word、Excel 和 PowerPoint 文件的高度兼容性。 通过内部转换为 OOXML,编辑其他流行格式( .odt 、 .rtf 、 .txt 、 .html 、 .ods 、 .csv 、 .odp )。 熟悉的选项卡式界面。 协作工具:两种协同编辑模式(快速和严谨),跟踪更改,评论和集成聊天。 灵活的访问权限管理:完全访问权限、只读、审阅、表单填写和评论。 使用 API 构建附加组件。 250 种可用语言和象形字母表。 通过 API,开发人员可以将 ONLYOFFICE 编辑器集成到网站和利用程序设计语言编写的应用程序中,并能配置和管理编辑器。 要集成 ONLYOFFICE 编辑器,我们需要一个集成应用程序来连接编辑器(ONLYOFFICE 文档服务器)和服务。 要在你的界面中使用编辑器,因该授予 ONLYOFFICE 以下权限: 添加并执行自定义代码。 用于下载和保存文件的匿名访问权限。这意味着编辑器仅与服务器端的服务通信,而不包括客户端的任何用户授权数据(浏览器 cookies

有哪些好用的开源网盘?

元气小坏坏 提交于 2021-01-22 09:17:07
只推荐干货! UC网盘、新浪微盘、迅雷快盘、华为网盘、360云盘、网易云盘、乐视云盘都已经是过去式了! 这些关闭的网盘项目中我们不难看出,免费的网盘项目注定会失败。 网盘储存空间、带宽都需要收费,没有盈利点的网盘项目,网盘公司只能自掏腰包。 各大网盘退场,和国家政策、无法盈利有关。 免费的背后,难逃失败的命运! 个人或公司除了购买别人已经搭建好的企业网盘,还可以自己动手搭建! 企业私有网盘这块的市场还是蛮大的,很多个人\团队开源了许多优秀的网盘程序! 下面就来推荐一些好用的开源网盘。 ownCloud ownCloud ownCloud发布于2010年,是本文所列应用中最老的,但是不要被这件事蒙蔽:它仍然十分流行(根据该公司统计,有超过 150万用户),并且由由 1100 个参与者的社区积极维护,定期发布更新。 z-file zhaojun1998/zfile Z-File 是一款定位于 个人网盘 的免费开源程序,其界面简洁舒适,支持文件全局 搜索 ,可以预览图片、文本或 Markdown 文档、支持代码高亮、提供目录/文件二维码、可以在线播放视频、按文件夹播放 音乐 列表,支持设置文件夹密码等等。 功能上 ZFile 可以满足大多数人对于个人网盘的需求,它的定位是追求简单,比较适用于“个人存放 文档 ”,或者给他人提供文件 / 常用工具下载,又或者为朋友、公司

supervisord + docker run = web页面管理运行的docker

守給你的承諾、 提交于 2020-10-25 02:26:55
周末了,整理下自己的测试系统,里面的东西还真不少,soft站点,ims(django开发的),registry,owncloud等等。想着,是不是可以都放到supervisord上面,这个机器里面运行了多少软件,一目了然,重启也方便,所以今天重点想着把docker运行的owncloud、registry、reg-ui的启动放到supervisord里面去。 遇到的问题如下 问题1 docker cannot enable tty mode on non tty input 问题2 The name “registry-web” is already in use by container 55509d67a62a 问题3 2017-01-13 15:45:23,659 DEBG ‘reg-ui’ stderr output: Error response from daemon: Cannot start container 361cabf20764f949ef225334ad980be54ef5cea0ec0a4137fa371513c771d3f4: Cannot link to a non running container: /registry AS /registry-web/registry 解决的方法 当然,还是要看supervisord的日志

RHEL7部署私有云网盘

生来就可爱ヽ(ⅴ<●) 提交于 2020-08-05 11:03:09
OwnCloud 一款文件主机服务软件,就是我们平时使用的云存储,不过这是在自己主机的服务器上建立属于自己的私有云,OwnCloud 使用AGPLv3协议发布。本项目是基于PHP和SQLite,MySQL,Oracle或PostgreSQL数据库,所以它可以运行在所有的平台上 下载owncloud安装包 [root@chao tools]# wget https://download.owncloud.org/community/owncloud-10.0.2.zip --2020-06-01 15:09:12-- https://download.owncloud.org/community/owncloud-10.0.2.zip 正在解析主机 download.owncloud.org (download.owncloud.org)... 116.203.164.24, 2a01:4f8:1c0c:8147:: 正在连接 download.owncloud.org (download.owncloud.org)|116.203.164.24|:443... 已连接。 已发出 HTTP 请求,正在等待回应... 301 Moved Permanently 位置:https://attic.owncloud.org/community/owncloud-10.0.2.zip

用nextcloud搭建个人网盘

元气小坏坏 提交于 2020-04-06 17:57:06
nextcloud nextcloud是一个私有云存储网盘项目,nextcloud是owncloud的衍生版本,2016年4月27日,ownCloud联合创始人Frank Karlitschek宣布离开ownCloud ltc.,转而成立另一家公司“Nextcloud”,由于ownCloud程序本身归其开发人员所有,所以Nextcloud可以直接使用ownCloud的核心技术。nextcloud具有强大的扩展性,同时主打 a safe home for all your data,所以在安全性上nextcloud也十分出色。 nextcloud安装 参考: https://hub.docker.com/_/nextcloud/ nextcloud安装最简单的方式就是用docker来拉起应用: $ docker run -d \ -v nextcloud:/var/www/html \ -v apps:/var/www/html/custom_apps \ -v config:/var/www/html/config \ -v data:/var/www/html/data \ -v theme:/var/www/html/themes/<YOUR_CUSTOM_THEME> \ -p 8080:80 \ nextcloud nextcloud文件目录说明: /var/www

docker 安装owncloud

痴心易碎 提交于 2020-03-17 14:41:33
某厂面试归来,发现自己落伍了!>>> 使用自己的数据,请先安装一台数据库服务 1.compose文件 version: "3.2" services: #owncloud lccloud: image: owncloud:latest ports: - "8098:80" restart: always container_name: owncloud environment: - LANG=en_US.UTF-8 - TZ=Asia/Shanghai volumes: - "/data/db/owncloud:/var/www/html/data" deploy: resources: limits: # cpus: '1' memory: 2GB reservations: # cpus: '0.2' memory: 1GB 2.创建映射目录,防止容器损坏,数据丢失 #目录随意,如果这边改动,compose里也需要改变 mkdir -p /data/db/owncloud/ 3. 打开登录界面 http://IP:8098/,配置好管理员账号和密码,以及数据库链接即可。 来源: oschina 链接: https://my.oschina.net/qbj/blog/3196648

NextCloud file tagging through WebDAV script

时光怂恿深爱的人放手 提交于 2020-02-02 12:10:50
问题 I am using NextCloud 11 to store my personal files, and I use the simple curl script from the documentation in order to upload files to my NextCloud drive: curl -u user:pw -T test.pdf "http://localhost/nextcloud/remote.php/dav/files/user/test/test.pdf" Moreover, I would like to directly add some tags to the uploaded files. However, in the official documentation, they just show how files can be uploaded, deleted and moved through the WebDAV interface. Does anybody have a hint how I could tag a

NextCloud file tagging through WebDAV script

谁都会走 提交于 2020-02-02 12:08:28
问题 I am using NextCloud 11 to store my personal files, and I use the simple curl script from the documentation in order to upload files to my NextCloud drive: curl -u user:pw -T test.pdf "http://localhost/nextcloud/remote.php/dav/files/user/test/test.pdf" Moreover, I would like to directly add some tags to the uploaded files. However, in the official documentation, they just show how files can be uploaded, deleted and moved through the WebDAV interface. Does anybody have a hint how I could tag a

NextCloud file tagging through WebDAV script

自作多情 提交于 2020-02-02 12:08:08
问题 I am using NextCloud 11 to store my personal files, and I use the simple curl script from the documentation in order to upload files to my NextCloud drive: curl -u user:pw -T test.pdf "http://localhost/nextcloud/remote.php/dav/files/user/test/test.pdf" Moreover, I would like to directly add some tags to the uploaded files. However, in the official documentation, they just show how files can be uploaded, deleted and moved through the WebDAV interface. Does anybody have a hint how I could tag a