Grep with "managementutilityserver" on the JSON-data (9)
/dockers/ (/data/Dockers) >> 3dprinters = Mail - Management - Managementutilityserver - Marketing - Media = Wordpress
Title | Desc | Ports | Env / Vol |
---|---|---|---|
draw.io |
draw.io (formerly Diagramly) is free online diagram software. You can use it as a flowchart maker, network diagram software, to create UML online, as an ER diagram tool, to design database schema, to build BPMN online, as a circuit diagram maker, and more. draw.io can import .vsdx, Gliffy™ and Lucidchart™ files.
Image: jgraph/drawio:latest Category: Managementutilityserver |
8080:8080/tcp |
|
Guacamole |
A clientless remote desktop gateway.
Note: The default login will be guacadmin/guacadmin. It is common practice to add a new admin user and remove the default user for Guacamole. Image: oznu/guacamole:latest Category: Managementutilityserver |
8080:8080/tcp |
/portainer/Files/AppData/Config/Guacamole:/config |
MeshCentral |
Remote Management Server
Note: MeshCentral Repository > Template/Stack/mesh.yml Category: Managementutilityserver |
CONFIG="/portainer/Files/AppData/MeshCentral/Config" #Config Container Bind FILES="/portainer/Files/AppData/MeshCentral/Files" #Files Container Bind BACK="/portainer/Files/AppData/MeshCentral/Backup" #Backup Container Bind PORT4="443" #Container Port 443 PORT8="80" #Container Port 80 |
|
Netbox |
Netbox is an IP address management (IPAM) and data center infrastructure management (DCIM) tool. Initially conceived by the network engineering team at DigitalOcean, NetBox was developed specifically to address the needs of network and infrastructure engineers. It is intended to function as a domain-specific source of truth for network operations.
Note: Portainer App Templates by Technorabilia based on data provided by LinuxServer.io. Don't forget to create the volume directories on the host file system. mkdir -p /volume1/docker/netbox/config Image: linuxserver/netbox:latest Category: Managementutilityserver |
8000:8000/tcp |
PUID="1024" #PUID PGID="100" #PGID TZ="Europe/Amsterdam" #TZ SUPERUSER_EMAIL="<SUPERUSER_EMAIL>" #SUPERUSER_EMAIL SUPERUSER_PASSWORD="<SUPERUSER_PASSWORD>" #SUPERUSER_PASSWORD ALLOWED_HOST="<ALLOWED_HOST>" #ALLOWED_HOST DB_NAME="<DB_NAME>" #DB_NAME DB_USER="<DB_USER>" #DB_USER DB_PASSWORD="<DB_PASSWORD>" #DB_PASSWORD DB_HOST="<DB_HOST>" #DB_HOST DB_PORT="<DB_PORT>" #DB_PORT REDIS_HOST="<REDIS_HOST>" #REDIS_HOST REDIS_PORT="<REDIS_PORT>" #REDIS_PORT REDIS_PASSWORD="<REDIS_PASSWORD>" #REDIS_PASSWORD REDIS_DB_TASK="<REDIS_DB_TASK>" #REDIS_DB_TASK REDIS_DB_CACHE="<REDIS_DB_CACHE>" #REDIS_DB_CACHE BASE_PATH="<BASE_PATH>" #BASE_PATH REMOTE_AUTH_ENABLED="<REMOTE_AUTH_ENABLED>" #REMOTE_AUTH_ENABLED REMOTE_AUTH_BACKEND="<REMOTE_AUTH_BACKEND>" #REMOTE_AUTH_BACKEND REMOTE_AUTH_HEADER="<REMOTE_AUTH_HEADER>" #REMOTE_AUTH_HEADER REMOTE_AUTH_AUTO_CREATE_USER="<REMOTE_AUTH_AUTO_CREATE_USER>" #REMOTE_AUTH_AUTO_CREATE_USER REMOTE_AUTH_DEFAULT_GROUPS="<REMOTE_AUTH_DEFAULT_GROUPS>" #REMOTE_AUTH_DEFAULT_GROUPS REMOTE_AUTH_DEFAULT_PERMISSIONS="<REMOTE_AUTH_DEFAULT_PERMISSIONS>" #REMOTE_AUTH_DEFAULT_PERMISSIONS /volume1/docker/netbox/config:/config |
Openssh-server |
Openssh-server is a sandboxed environment that allows ssh access without giving keys to the entire server. Giving ssh access via private key often means giving full access to the server. This container creates a limited and sandboxed environment that others can ssh into. The users only have access to the folders mapped and the processes running inside this container.
Note: Portainer App Templates by Technorabilia based on data provided by LinuxServer.io. Don't forget to create the volume directories on the host file system. mkdir -p /volume1/docker/openssh-server/config Image: linuxserver/openssh-server:latest Category: Managementutilityserver |
2222:2222/tcp |
PUID="1024" #PUID PGID="100" #PGID TZ="Europe/Amsterdam" #TZ PUBLIC_KEY="yourpublickey" #PUBLIC_KEY PUBLIC_KEY_FILE="/path/to/file" #PUBLIC_KEY_FILE PUBLIC_KEY_DIR="/path/to/directory/containing/_only_/pubkeys" #PUBLIC_KEY_DIR PUBLIC_KEY_URL="https://github.com/username.keys" #PUBLIC_KEY_URL SUDO_ACCESS="false" #SUDO_ACCESS PASSWORD_ACCESS="false" #PASSWORD_ACCESS USER_PASSWORD="password" #USER_PASSWORD USER_PASSWORD_FILE="/path/to/file" #USER_PASSWORD_FILE USER_NAME="linuxserver.io" #USER_NAME /volume1/docker/openssh-server/config:/config |
Rdesktop |
Rdesktop - Ubuntu based containers containing full desktop environments in officially supported flavors accessible via RDP.
Note: Portainer App Templates by Technorabilia based on data provided by LinuxServer.io. Don't forget to create the volume directories on the host file system.
Image: linuxserver/rdesktop:latest Category: Managementutilityserver |
3389:3389/tcp |
PUID="1024" #PUID PGID="100" #PGID TZ="Europe/Amsterdam" #TZ /var/run/docker.sock:/var/run/docker.sock /volume1/docker/rdesktop/config:/config |
Snipe-it |
Snipe-it makes asset management easy. It was built by people solving real-world IT and asset management problems, and a solid UX has always been a top priority. Straightforward design and bulk actions mean getting things done faster.
Note: Portainer App Templates by Technorabilia based on data provided by LinuxServer.io. Don't forget to create the volume directories on the host file system. mkdir -p /volume1/docker/snipe-it/config Image: linuxserver/snipe-it:latest Category: Managementutilityserver |
8080:80/tcp |
PUID="1024" #PUID PGID="100" #PGID APP_URL="<hostname or ip>" #APP_URL MYSQL_PORT_3306_TCP_ADDR="<mysql host>" #MYSQL_PORT_3306_TCP_ADDR MYSQL_PORT_3306_TCP_PORT="<mysql port>" #MYSQL_PORT_3306_TCP_PORT MYSQL_DATABASE="<mysql database>" #MYSQL_DATABASE MYSQL_USER="<mysql pass>" #MYSQL_USER MYSQL_PASSWORD="changeme" #MYSQL_PASSWORD /volume1/docker/snipe-it/config:/config |
Webtop |
Webtop - Alpine, Ubuntu, Fedora, and Arch based containers containing full desktop environments in officially supported flavors accessible via any modern web browser.
Note: Portainer App Templates by Technorabilia based on data provided by LinuxServer.io. Don't forget to create the volume directories on the host file system. mkdir -p /volume1/docker/webtop/config Image: linuxserver/webtop:latest Category: Managementutilityserver |
3000:3000/tcp |
PUID="1024" #PUID PGID="100" #PGID TZ="Europe/Amsterdam" #TZ SUBFOLDER="/" #SUBFOLDER /volume1/docker/webtop/config:/config /var/run/docker.sock:/var/run/docker.sock |
Wireshark |
Wireshark is the world’s foremost and widely-used network protocol analyzer. It lets you see what’s happening on your network at a microscopic level and is the de facto (and often de jure) standard across many commercial and non-profit enterprises, government agencies, and educational institutions. Wireshark development thrives thanks to the volunteer contributions of networking experts around the globe and is the continuation of a project started by Gerald Combs in 1998.
Note: Portainer App Templates by Technorabilia based on data provided by LinuxServer.io. Don't forget to create the volume directories on the host file system. mkdir -p /volume1/docker/wireshark/config Image: linuxserver/wireshark:latest Category: Managementutilityserver |
3000:3000/tcp |
PUID="1024" #PUID PGID="100" #PGID TZ="Europe/Amsterdam" #TZ /volume1/docker/wireshark/config:/config |