Skip to content

Instantly share code, notes, and snippets.

View Mgldvd's full-sized avatar
☂️
.

Mgldvd Mgldvd

☂️
.
View GitHub Profile

Docker Portainer

curl -fsSL -o compose.yml https://gitlab.com/-/snippets/4923280/raw/main/compose.yml
docker compose -f compose.yml up -d
sleep 2
echo "Access Portainer at http://localhost:9000"
@Mgldvd
Mgldvd / .colors.sh
Last active June 13, 2026 13:23
Colors
COLOR_RS="\033[0m"
COLOR_DEFAULT="\033[39m"
COLOR_BLACK="\033[30m"
COLOR_RED="\033[31m"
COLOR_GREEN="\033[32m"
COLOR_YELLOW="\033[33m"
COLOR_BLUE="\033[34m"
COLOR_PURPLE="\033[35m"
COLOR_CYAN="\033[36m"
@Mgldvd
Mgldvd / favicon.svg
Last active June 13, 2026 13:18
favicon
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@Mgldvd
Mgldvd / devices.json
Last active February 21, 2023 14:11
Firefox Devices
{
"TYPES": [
"phones",
"tablets",
"laptops",
"televisions",
"custom"
],
"phones": [
{
@Mgldvd
Mgldvd / README.md
Last active June 13, 2026 13:29
Banner Requiest - 01