代码拉取完成,页面将自动刷新
Image Force is a duplicate image storing and availability ensuring system designed for small personal websites.
Image Force 是一个专为小型个人站点设计的图片多点存储及可用性保障系统。
Image Force is designed for small websites or projects. When a image is uploaded to this system, it will be add to a queue to apply sync duplication. When a uploaded image is visited, it will be add to a queue to apply sync availability check.
git clone https://github.com/takashiki/image-force
composer install --no-dev -o
# or `composer create-project takashiki/image-force:@dev`
cd image-force
cp .env.example .env
vi .env # adjust your settings
php artisan migrate
add supervisor config:
[program:image-force-worker]
process_name=%(program_name)s_%(process_num)02d
command=/path/to/php /path/to/image-force/artisan queue:work
--sleep=1 --tries=3 --daemon --queue=duplicate,check,default
autostart=true
autorestart=true
user=root
environment=HOME='/root'
redirect_stderr=true
stdout_logfile=/path/to/image-force/worker.log
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。
1. 开源生态
2. 协作、人、软件
3. 评估模型