mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2025-03-08 13:19:05 +00:00

* New Script: Apache Tika * Temp: Replace github URLs to my own fork * Add additional dependencies according to the Docker image installation See https://github.com/apache/tika-docker/blob/master/full/Dockerfile * Apache Tika: Set correct tags * Apache Tika: Set TODO to make it updateable * Apache Tika: Fix "software-properties-common: command not found" * Apache Tika: Automate version detection * Apache Tika: Add `update_script` * Apache Tika: Added clean up of `/opt/apache-tika/tika-server-standard-prev-version.jar` after upgrade * Apache Tika: Bump up ram to 2048 * Apache Tika: Set updateable to true * Apache Tika: Switch from `default-jdk` to `openjdk-17-jre-headless` * Apache Tika: Removed comment about Docker file * Apache Tika: Removed empty line * Revert "Temp: Replace github URLs to my own fork" This reverts commit f1c5d8720696cdbfde9471abfff07e4b7b71bc6d.
34 lines
1.1 KiB
JSON
34 lines
1.1 KiB
JSON
{
|
|
"name": "Apache Tika",
|
|
"slug": "apache-tika",
|
|
"categories": [
|
|
12
|
|
],
|
|
"date_created": "2025-02-05",
|
|
"type": "ct",
|
|
"updateable": true,
|
|
"privileged": false,
|
|
"interface_port": 9998,
|
|
"documentation": null,
|
|
"website": "https://tika.apache.org/",
|
|
"logo": "https://tika.apache.org/tika.png",
|
|
"description": "The Apache Tika™ toolkit detects and extracts metadata and text from over a thousand different file types (such as PPT, XLS, and PDF). All of these file types can be parsed through a single interface, making Tika useful for search engine indexing, content analysis, translation, and much more.",
|
|
"install_methods": [
|
|
{
|
|
"type": "default",
|
|
"script": "ct/apache-tika.sh",
|
|
"resources": {
|
|
"cpu": 1,
|
|
"ram": 2024,
|
|
"hdd": 10,
|
|
"os": "debian",
|
|
"version": "12"
|
|
}
|
|
}
|
|
],
|
|
"default_credentials": {
|
|
"username": null,
|
|
"password": null
|
|
},
|
|
"notes": []
|
|
} |