mirror of
https://github.com/linuxserver/templates.git
synced 2026-02-19 16:17:49 +08:00
70 lines
3.5 KiB
XML
Executable File
70 lines
3.5 KiB
XML
Executable File
<?xml version="1.0"?>
|
|
<!-- DO NOT CHANGE THIS FILE MANUALLY, IT IS AUTOMATICALLY GENERATED -->
|
|
<!-- GENERATED FROM https://github.com/linuxserver/docker-mysql-workbench/blob/master/readme-vars.yml -->
|
|
<Container version="2">
|
|
<Name>mysql-workbench</Name>
|
|
<Repository>lscr.io/linuxserver/mysql-workbench</Repository>
|
|
<Registry>https://github.com/orgs/linuxserver/packages/container/package/mysql-workbench</Registry>
|
|
<DonateText>Donations</DonateText>
|
|
<DonateLink>https://www.linuxserver.io/donate</DonateLink>
|
|
<DonateImg>https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/donate.png</DonateImg>
|
|
<Network>bridge</Network>
|
|
<Privileged>false</Privileged>
|
|
<Support>https://github.com/linuxserver/docker-mysql-workbench/issues/new/choose</Support>
|
|
<Shell>bash</Shell>
|
|
<GitHub>https://github.com/linuxserver/docker-mysql-workbench#application-setup</GitHub>
|
|
<ReadMe>https://github.com/linuxserver/docker-mysql-workbench#readme</ReadMe>
|
|
<Project>https://www.mysql.com/products/workbench/</Project>
|
|
<Overview>MySQL Workbench(https://www.mysql.com/products/workbench/) is a unified visual tool for database architects, developers, and DBAs. MySQL Workbench provides data modeling, SQL development, and comprehensive administration tools for server configuration, user administration, backup, and much more.</Overview>
|
|
<ExtraParams>--cap-add=IPC_LOCK --shm-size=1gb</ExtraParams>
|
|
<WebUI>https://[IP]:[PORT:3001]</WebUI>
|
|
<TemplateURL>https://raw.githubusercontent.com/linuxserver/templates/main/unraid/mysql-workbench.xml</TemplateURL>
|
|
<Icon>https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/mysql-workbench-logo.png</Icon>
|
|
<Requires>
|
|
This image is unprotected by default __**do not**__ expose it to the internet.
|
|
Please read https://github.com/linuxserver/docker-mysql-workbench#security for more information.
|
|
</Requires>
|
|
<Date>2025-12-28</Date>
|
|
<Changes>
|
|
### 2025-12-28
|
|
- Add Wayland init logic.
|
|
|
|
### 2025-07-12
|
|
- Rebase to Selkies, HTTPS IS NOW REQUIRED.
|
|
|
|
### 2024-07-01
|
|
- Rebase to Noble.
|
|
|
|
### 2024-02-10
|
|
- Update Readme with new env vars and ingest proper PWA icon.
|
|
|
|
### 2023-04-20
|
|
- Update app to launch fullscreen.
|
|
|
|
### 2023-03-18
|
|
- Rebase to KasmVNC base image.
|
|
|
|
### 2022-09-15
|
|
- Migrate to s6v3.
|
|
|
|
### 2022-07-26
|
|
- Rebase on jammy.
|
|
|
|
### 2021-04-20
|
|
- Rebase on focal.
|
|
|
|
### 2021-01-18
|
|
- Update libpython dependency.
|
|
|
|
### 2020-03-26
|
|
- Initial release.
|
|
|
|
</Changes>
|
|
<Config Name="WebUI" Target="3000" Default="3000" Mode="tcp" Description="Mysql Workbench desktop gui HTTP, must be proxied." Type="Port" Display="always" Required="true" Mask="false"/>
|
|
<Config Name="Port: 3001" Target="3001" Default="3001" Mode="tcp" Description="Mysql Workbench desktop gui HTTPS." Type="Port" Display="always" Required="true" Mask="false"/>
|
|
<Config Name="Appdata" Target="/config" Default="" Mode="rw" Description="Users home directory in the container, stores program settings." Type="Path" Display="advanced" Required="true" Mask="false"/>
|
|
<Config Name="PUID" Target="PUID" Default="99" Description="Container Variable: PUID" Type="Variable" Display="advanced" Required="true" Mask="false"/>
|
|
<Config Name="PGID" Target="PGID" Default="100" Description="Container Variable: PGID" Type="Variable" Display="advanced" Required="true" Mask="false"/>
|
|
<Config Name="UMASK" Target="UMASK" Default="022" Description="Container Variable: UMASK" Type="Variable" Display="advanced" Required="false" Mask="false"/>
|
|
</Container>
|