feat: add Gotify Commander project + fix chat avatar + bold footer
- New project: Gotify Commander — bidirectional Gotify plugin (Go) - Fix chat avatar: properly cropped square thumbnail (was squished) - Footer text: bold + white + text-shadow for readability over bg photos
This commit is contained in:
@@ -594,6 +594,34 @@
|
||||
],
|
||||
"projectID": "cmux-resurrect"
|
||||
},
|
||||
{
|
||||
"title": "Gotify Commander - Bidirectional Server Control Plugin",
|
||||
"projectName": "Gotify Commander",
|
||||
"projectDesc": "Bidirectional Server Control Plugin",
|
||||
"url": "https://github.com/drolosoft/gotify-commander",
|
||||
"gitRepoUrl": "https://github.com/drolosoft/gotify-commander",
|
||||
"projectLogo": "gotify-commander.png",
|
||||
"location": "Online",
|
||||
"startDate": "2026",
|
||||
"current": true,
|
||||
"technologies": [
|
||||
"Go",
|
||||
"Gotify Plugin System",
|
||||
"CGO",
|
||||
"SSH",
|
||||
"Pico CSS",
|
||||
"Self-hosted"
|
||||
],
|
||||
"shortDescription": "The first bidirectional Gotify plugin. Transforms your phone into a server control center with 23 commands for service management, system diagnostics, Nginx analytics, SSL monitoring, and GPS location — all from the Gotify mobile app.",
|
||||
"responsibilities": [
|
||||
"Designed and built bidirectional Gotify plugin in Go enabling remote server management via mobile notifications",
|
||||
"Implemented 23 curated commands for service control (systemd/launchctl), diagnostics, and monitoring",
|
||||
"Built multi-machine support through SSH for managing VPS and Mac servers from a single interface",
|
||||
"Created web-based control panel with Pico CSS and optional password authentication",
|
||||
"Integrated Nginx traffic analysis (rhit), SSL certificate monitoring, and GPS reverse geocoding via OpenStreetMap"
|
||||
],
|
||||
"projectID": "gotify-commander"
|
||||
},
|
||||
{
|
||||
"title": "SoundInbox - Native macOS Email Sound Alerts",
|
||||
"projectName": "SoundInbox",
|
||||
|
||||
@@ -594,6 +594,34 @@
|
||||
],
|
||||
"projectID": "cmux-resurrect"
|
||||
},
|
||||
{
|
||||
"title": "Gotify Commander - Plugin Bidireccional de Control de Servidores",
|
||||
"projectName": "Gotify Commander",
|
||||
"projectDesc": "Plugin Bidireccional de Control de Servidores",
|
||||
"url": "https://github.com/drolosoft/gotify-commander",
|
||||
"gitRepoUrl": "https://github.com/drolosoft/gotify-commander",
|
||||
"projectLogo": "gotify-commander.png",
|
||||
"location": "Online",
|
||||
"startDate": "2026",
|
||||
"current": true,
|
||||
"technologies": [
|
||||
"Go",
|
||||
"Sistema de Plugins Gotify",
|
||||
"CGO",
|
||||
"SSH",
|
||||
"Pico CSS",
|
||||
"Autoalojado"
|
||||
],
|
||||
"shortDescription": "El primer plugin bidireccional para Gotify. Transforma tu teléfono en un centro de control de servidores con 23 comandos para gestión de servicios, diagnósticos de sistema, analíticas Nginx, monitorización SSL y localización GPS — todo desde la app móvil de Gotify.",
|
||||
"responsibilities": [
|
||||
"Diseñé y desarrollé plugin bidireccional para Gotify en Go que permite gestión remota de servidores vía notificaciones móviles",
|
||||
"Implementé 23 comandos curados para control de servicios (systemd/launchctl), diagnósticos y monitorización",
|
||||
"Desarrollé soporte multi-máquina mediante SSH para gestionar servidores VPS y Mac desde una única interfaz",
|
||||
"Creé panel de control web con Pico CSS y autenticación opcional por contraseña",
|
||||
"Integré análisis de tráfico Nginx (rhit), monitorización de certificados SSL y geocodificación inversa GPS vía OpenStreetMap"
|
||||
],
|
||||
"projectID": "gotify-commander"
|
||||
},
|
||||
{
|
||||
"title": "SoundInbox - Alertas Sonoras de Email para macOS",
|
||||
"projectName": "SoundInbox",
|
||||
|
||||
@@ -453,6 +453,7 @@ footer {
|
||||
padding: 2rem;
|
||||
color: rgba(255,255,255,0.95);
|
||||
font-size: 0.85rem;
|
||||
font-weight: 700;
|
||||
text-shadow: 0 1px 4px rgba(0,0,0,0.6);
|
||||
}
|
||||
|
||||
|
||||
@@ -150,6 +150,7 @@ footer {
|
||||
padding: 2rem;
|
||||
color: rgba(255,255,255,0.95);
|
||||
font-size: 0.85rem;
|
||||
font-weight: 700;
|
||||
text-shadow: 0 1px 4px rgba(0,0,0,0.6);
|
||||
}
|
||||
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 2.6 KiB After Width: | Height: | Size: 2.7 KiB |
Reference in New Issue
Block a user