Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nounder/redmine_file_custom_field
Upload custom files in any Redmine objects
https://github.com/nounder/redmine_file_custom_field
redmine redmine-plugin
Last synced: 6 days ago
JSON representation
Upload custom files in any Redmine objects
- Host: GitHub
- URL: https://github.com/nounder/redmine_file_custom_field
- Owner: nounder
- Created: 2016-12-18T11:45:33.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2023-07-13T10:07:20.000Z (over 1 year ago)
- Last Synced: 2024-08-27T01:42:20.802Z (3 months ago)
- Topics: redmine, redmine-plugin
- Language: Ruby
- Homepage:
- Size: 34.2 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Redmine File Custom field
This plugin enables creating File custom field allowing users to attach file to Redmine objects.
Files can be restricted to specified format or extension. With additional configuration, automatic
virus scanning is possible.## Virus scanning
To enable trojan/virus scanning for uploaded files, install following packages:
`clamav clamav-scanner`Then edit `/etc/clamd.d/scan.conf`:
```
Comentar Example
Descomentar TCPSocket 3310
Descomentar TCPAddr 127.0.0.1
Rodar como User root
systemctl start clamd.scan
systemctl enable clamd.scan
```And enable the configuration:
```
ln -s /etc/clamd.d/scan.conf /etc/clamd.conf
```