Official Docker image:filerun/filerun Seehttps://docs.filerun.com/dockerfor the guide. License See the following document for thelicensing terms. Issues If you have any problems with or questions about this image, pleasecontact us. About
See https://docs.filerun.com/docker for the guide. Default login The FileRun superuser default credentials are as follows: username: superuser password: superuser The volume /filerun/user-files has been mounted. Make sure your FileRun users home folder paths start with the path "/user-files/...
由于unraid已移除旧版本应用,在unraid环境下使用docker进行安装需要使用第三方制作的镜像,web端口自定义此处使用8888可自行更改
1.使用ssh以root登录,安装docker yum -y install docker 2.安装Docker Compose sudo curl -L "https://github.com/docker/compose/releases/download/1.28.5/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-composesudo chmod +x /usr/local/bin/docker-compose docker compose可以同...
Dockerfile文件内容如下: AI检测代码解析 FROM ubuntu:21.04 RUN apt-get update && \ apt-get install -y wget && \ wget https://github.com/ipinfo/cli/releases/download/ipinfo-2.0.1/ipinfo_2.0.1_linux_amd64.tar.gz && \ tar zxf ipinfo_2.0.1_linux_amd64.tar.gz && \ ...
操作系统推荐64位的Debian-Pi-Aarch64(https://github.com/openfans-community-offical/Debian-Pi-Aarch64)或Ubuntu Server 20.04,本文以Debian-Pi-Aarch64为例,推荐使用无桌面的基础版,目前(2021-1-28)最新版本是2021-01-02-OPENFANS-Debian-Buster-Aarch64-ext4-v2021-2.0-U6-Release.img。Ubuntu Server 20....
You can also run Apache Tika in server mode using Docker:https://github.com/LogicalSpark/docker-tikaserver OCR Enabling OCR will make the indexing process slow. There is no way around it. If you do not need to index image files or scanned PDF documents, do not enable this. ...
也可以用docker-compose安装,将下面的内容保存为docker-compose.yml文件 version: '2' services: web: image: filerun/filerun container_name: filerun restart: unless-stopped environment: FR_DB_HOST: 192.168.0.197 FR_DB_PORT: 3307 FR_DB_NAME: filerun ...
.github/ISSUE_TEMPLATE Update issue templates 6年前 filerun #46 Update filerun docker-compose to version 3 format 6年前 h5ai #46 Upgrade to docker compose 3 6年前 images Update some tiny things 6年前 nextcloud Update README.md 5年前 ...
curl -L https://github.com/docker/compose/releases/download/1.27.4/docker-compose-`uname -s`-`uname -m` > /usr/local/bin/docker-compose chmod +x /usr/local/bin/docker-compose 第三步 使Docker安装FileRun 首先我们要先创建一个名为的文本文件docker-compose.yml的文件,并将以下内容粘贴到其中 ...