unraid-templates/sharex-php-uploader.xml

30 lines
1.9 KiB
XML
Raw Normal View History

2023-07-04 17:55:12 +00:00
<?xml version="1.0"?>
<Container version="2">
<Name>ShareX Uploader</Name>
<Repository>fascinated/sharex-php-uploader:latest</Repository>
<Registry/>
<Network>bridge</Network>
<MyIP/>
<Shell>sh</Shell>
<Privileged>false</Privileged>
<Support/>
<Project>https://git.fascinated.cc/Fascinated/sharex-php-uploader</Project>
2023-07-04 20:15:04 +00:00
<Overview>This server allows you to easily upload ShareX screenshots and videos. It includes token authentication for security and can handle various image file types by converting them to WebP format for efficient storage.&#xD;
2023-07-04 17:55:12 +00:00
&#xD;
View the Git page: https://git.fascinated.cc/Fascinated/sharex-php-uploader</Overview>
<Category>Cloud: Status:Stable</Category>
<WebUI>http://[IP]:[PORT:80]</WebUI>
<TemplateURL/>
<Icon>https://git.fascinated.cc/Fascinated/sharex-php-uploader/raw/branch/master/assets/sharex_logo.png</Icon>
<ExtraParams/>
<PostArgs/>
<CPUset/>
<DateInstalled>1688492530</DateInstalled>
<DonateText/>
<DonateLink/>
<Requires>ShareX</Requires>
<Config Name="FILES_LOCATION" Target="/var/www/html" Default="" Mode="rw" Description="Where you want the uploaded files to be stored." Type="Path" Display="always" Required="true" Mask="false">/mnt/user/Storage/CDN</Config>
2023-07-05 00:10:13 +00:00
<Config Name="Max Upload Size" Target="MAX_UPLOAD_SIZE" Default="" Mode="" Description="The max upload size of files in megabytes. Eg: 500M" Type="Variable" Display="always" Required="true" Mask="false">500M</Config>
<Config Name="Upload Secrets" Target="UPLOAD_SECRETS" Default="" Mode="" Description="You can add multiple secrets. Format: secret1,secret2,secret3" Type="Variable" Display="always" Required="true" Mask="false">set me</Config>
<Config Name="Server Port" Target="80" Default="" Mode="tcp" Description="The port to connect to the application on." Type="Port" Display="always" Required="true" Mask="false">8087</Config>
2023-07-04 17:44:03 +00:00
</Container>