外掛目錄 » apijs - 燈箱與照片藝廊
|
作者 | luigifab ! |
---|---|---|
網站 | https://www.luigifab.fr/redmine/apijs | |
程式碼儲存庫 | https://github.com/luigifab/redmine-apijs | |
註冊日期 | 2012-07-28 (大約 12 年前) | |
當前版本 | 6.9.6 | |
相容於 | Redmine 5.1.x, 5.0.x, 4.2.x, 4.1.x, 4.0.x, 3.4.x, 3.3.x, 3.2.x, 3.1.x, 3.0.x, 2.6.x, 2.5.x, 2.4.x, 2.3.x, 2.2.x, 2.1.x, 2.0.x, 1.4.x | |
使用者評分 |
自由烏克蘭!
它為圖片和影片附件提供了一個藝廊。
外掛說明文件¶
完整的 說明文件。外掛的設定可在 管理 » 外掛 » Redmine Apijs 外掛 » 設定 中找到。
如果您願意,請花一些時間來改進翻譯,請前往 https://bit.ly/2HyCCEc。
警告!要訪問我的網站,需要 IPv6。
沒有 IPv6?可以透過 Miredo 在 IPv4 上取得 IPv6。執行 sudo apt-get install miredo
和 sudo service miredo force-start
。
安裝說明
手動安裝
Debian/Ubuntu → sudo apt install python3-pil python3-scour libimage-exiftool-perl ffmpegthumbnailer
Mac/Windows → python3 -m pip install --upgrade pip pillow scour
對於 Redmine 1.x,請將內容解壓縮至 REDMINE/vendor/plugins/redmine_apijs/ 並重新啟動 Redmine。
對於 Redmine 2.x,請將內容解壓縮至 REDMINE/plugins/redmine_apijs/ 並重新啟動 Redmine。
對於 Redmine 3.x,請將內容解壓縮至 REDMINE/plugins/redmine_apijs/ 並重新啟動 Redmine。
對於 Redmine 4.x,請將內容解壓縮至 REDMINE/plugins/redmine_apijs/ 並重新啟動 Redmine。
對於 Redmine 5.x,請將內容解壓縮至 REDMINE/plugins/redmine_apijs/ 並重新啟動 Redmine。
Debian/Ubuntu 套件安裝
透過 PPA。
執行:sudo add-apt-repository ppa:luigifab/packages
然後,執行:sudo apt-get update
然後,執行:sudo apt-get install redmine-plugin-apijs
然後,重新啟動 Redmine。
Gem 套件安裝
執行:sudo gem install redmine_apijs
(rubygems)
然後,安裝依賴項:sudo apt install python3-pil python3-scour libimage-exiftool-perl ffmpegthumbnailer
然後,在 Redmine Gemfile 中新增:require "redmine_apijs"
然後,重新啟動 Redmine。
Docker
使用 https://hub.docker.com/_/redmine/。
執行:sudo docker pull redmine:4.2
執行:sudo docker run -d --restart always --name redmine42 -p 3042:3000 redmine:4.2
執行:sudo docker exec -it redmine42 /bin/bash
執行:apt-get update ; apt-get remove -y --purge git git-man subversion mercurial bzr imagemagick libglib2.0-0 ; apt-get autoremove -y ; apt-get upgrade -y --no-install-recommends ; apt-get install -y --no-install-recommends nano python3-pip python3-setuptools libimage-exiftool-perl ; (python3 -m pip install --upgrade pip pillow scour)
然後,安裝外掛並重新啟動容器。
並前往:https://127.0.0.1:3042/
更新日誌
6.9.6 (2024-01-01)
與 Redmine 5.1.x、5.0.x、4.2.x、4.1.x、4.0.x、3.4.x、3.3.x、3.2.x、3.1.x、3.0.x、2.6.x、2.5.x、2.4.x、2.3.x、2.2.x、2.1.x、2.0.x、1.4.x 相容。
https://github.com/luigifab/redmine-apijs/releases
6.9.5 (2023-10-10)
與 Redmine 5.1.x、5.0.x、4.2.x、4.1.x、4.0.x、3.4.x、3.3.x、3.2.x、3.1.x、3.0.x、2.6.x、2.5.x、2.4.x、2.3.x、2.2.x、2.1.x、2.0.x、1.4.x 相容。
6.9.4 (2023-06-06)
與 Redmine 5.1.x、5.0.x、4.2.x、4.1.x、4.0.x、3.4.x、3.3.x、3.2.x、3.1.x、3.0.x、2.6.x、2.5.x、2.4.x、2.3.x、2.2.x、2.1.x、2.0.x、1.4.x 相容。
6.9.3 (2023-01-01)
與 Redmine 5.1.x、5.0.x、4.2.x、4.1.x、4.0.x、3.4.x、3.3.x、3.2.x、3.1.x、3.0.x、2.6.x、2.5.x、2.4.x、2.3.x、2.2.x、2.1.x、2.0.x、1.4.x 相容。
6.9.2 (2022-10-10)
與 Redmine 5.1.x、5.0.x、4.2.x、4.1.x、4.0.x、3.4.x、3.3.x、3.2.x、3.1.x、3.0.x、2.6.x、2.5.x、2.4.x、2.3.x、2.2.x、2.1.x、2.0.x、1.4.x 相容。
6.9.1 (2022-08-08)
與 Redmine 5.1.x、5.0.x、4.2.x、4.1.x、4.0.x、3.4.x、3.3.x、3.2.x、3.1.x、3.0.x、2.6.x、2.5.x、2.4.x、2.3.x、2.2.x、2.1.x、2.0.x、1.4.x 相容。
6.9.0 (2022-07-07)
與 Redmine 5.1.x、5.0.x、4.2.x、4.1.x、4.0.x、3.4.x、3.3.x、3.2.x、3.1.x、3.0.x、2.6.x、2.5.x、2.4.x、2.3.x、2.2.x、2.1.x、2.0.x、1.4.x 相容。
6.8.2 (2022-01-01)
與 Redmine 4.2.x、4.1.x、4.0.x、3.4.x、3.3.x、3.2.x、3.1.x、3.0.x、2.6.x、2.5.x、2.4.x、2.3.x、2.2.x、2.1.x、2.0.x、1.4.x 相容。
6.8.1 (2021-10-10)
與 Redmine 4.2.x、4.1.x、4.0.x、3.4.x、3.3.x、3.2.x、3.1.x、3.0.x、2.6.x、2.5.x、2.4.x、2.3.x、2.2.x、2.1.x、2.0.x、1.4.x 相容。
6.8.0 (2021-08-08)
與 Redmine 4.2.x、4.1.x、4.0.x、3.4.x、3.3.x、3.2.x、3.1.x、3.0.x、2.6.x、2.5.x、2.4.x、2.3.x、2.2.x、2.1.x、2.0.x、1.4.x 相容。
6.7.0 (2021-07-07)
與 Redmine 4.2.x、4.1.x、4.0.x、3.4.x、3.3.x、3.2.x、3.1.x、3.0.x、2.6.x、2.5.x、2.4.x、2.3.x、2.2.x、2.1.x、2.0.x、1.4.x 相容。
6.6.0 (2021-03-03)
與 Redmine 4.2.x、4.1.x、4.0.x、3.4.x、3.3.x、3.2.x、3.1.x、3.0.x、2.6.x、2.5.x、2.4.x、2.3.x、2.2.x、2.1.x、2.0.x、1.4.x 相容。
6.5.0 (2020-12-12)
與 Redmine 4.2.x、4.1.x、4.0.x、3.4.x、3.3.x、3.2.x、3.1.x、3.0.x、2.6.x、2.5.x、2.4.x、2.3.x、2.2.x、2.1.x、2.0.x、1.4.x 相容。
6.4.0 (2020-10-10)
與 Redmine 4.2.x、4.1.x、4.0.x、3.4.x、3.3.x、3.2.x、3.1.x、3.0.x、2.6.x、2.5.x、2.4.x、2.3.x、2.2.x、2.1.x、2.0.x、1.4.x 相容。
6.3.0 (2020-08-08)
與 Redmine 4.2.x、4.1.x、4.0.x、3.4.x、3.3.x、3.2.x、3.1.x、3.0.x、2.6.x、2.5.x、2.4.x、2.3.x、2.2.x、2.1.x、2.0.x、1.4.x 相容。
6.2.0 (2020-07-12)
與 Redmine 4.2.x、4.1.x、4.0.x、3.4.x、3.3.x、3.2.x、3.1.x、3.0.x、2.6.x、2.5.x、2.4.x、2.3.x、2.2.x、2.1.x、2.0.x、1.4.x 相容。
6.1.0 (2020-05-05)
與 Redmine 4.2.x、4.1.x、4.0.x、3.4.x、3.3.x、3.2.x、3.1.x、3.0.x、2.6.x、2.5.x、2.4.x、2.3.x、2.2.x、2.1.x、2.0.x、1.4.x 相容。
6.0.1 (2020-03-13)
與 Redmine 4.2.x、4.1.x、4.0.x、3.4.x、3.3.x、3.2.x、3.1.x、3.0.x、2.6.x、2.5.x、2.4.x、2.3.x、2.2.x、2.1.x、2.0.x、1.4.x 相容。
6.0.0 (2020-03-03)
與 Redmine 4.2.x、4.1.x、4.0.x、3.4.x、3.3.x、3.2.x、3.1.x、3.0.x、2.6.x、2.5.x、2.4.x、2.3.x、2.2.x、2.1.x、2.0.x、1.4.x 相容。
5.3.1 (2018-10-10)
與 Redmine 3.4.x、3.3.x、3.2.x、3.1.x、3.0.x、2.6.x、2.5.x、2.4.x、2.3.x、2.2.x、2.1.x、2.0.x、1.4.x 相容。
5.3.0 (2017-01-01)
與 Redmine 3.3.x、3.2.x、3.1.x、3.0.x、2.6.x、2.5.x、2.4.x、2.3.x、2.2.x、2.1.x、2.0.x、1.4.x 相容。
5.2.0 (2015-06-14)
與 Redmine 3.2.x、3.1.x、3.0.x、2.6.x、2.5.x、2.4.x、2.3.x、2.2.x、2.1.x、2.0.x、1.4.x 相容。
5.1.0 (2014-11-02)
與 Redmine 2.6.x、2.5.x、2.4.x、2.3.x、2.2.x、2.1.x、2.0.x、1.4.x 相容。
5.0.2 (2014-06-05)
與 Redmine 2.5.x、2.4.x、2.3.x、1.4.x 相容。
5.0.1 (2014-05-29)
與 Redmine 2.5.x、2.4.x、2.3.x、1.4.x 相容。
5.0.0 (2014-04-06)
與 Redmine 2.5.x、2.4.x、2.3.x、1.4.x 相容。
4.2.0 (2013-03-10)
與 Redmine 2.2.x、1.4.x 相容。
4.1.0 (2013-02-26)
與 Redmine 2.2.x、1.4.x 相容。
4.0.0 (2013-02-02)
與 Redmine 2.2.x、1.4.x 相容。
3.0.1 (2012-10-12)
與 Redmine 1.4.x 相容。
3.0.0 (2012-07-29)
與 Redmine 1.4.x 相容。