mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-11-23 14:54:05 +00:00
Page:
Development Side Notes
Pages
3rd Party Addons Apps
API Keys
Badge
Cloudflare Side Note
Development Side Notes
Environment Variables
Home
How to Monitor Docker Containers
Maintenance
Migration From v1 To v2
Notification Methods
OpenRC Script
Prometheus Integration
Reset Password via CLI
Reverse Proxy with Cloudflare Tunnel
Reverse Proxy
Setup Development Environment
Status Page
Systemd Unit File
Test Pull Requests
Troubleshooting
_Menu
🆙 How to Update
🔧 How to Install
No results
5
Development Side Notes
Louis Lam edited this page 2022-10-07 16:14:00 +08:00
Just a note for some traps and useful things for development.
- node-bullseye image is not working on Raspberry Pi (armv7), need to downgrade to node-buster.
- node-alpine3.13 image is not working on Raspberry Pi (armv7), need to downgrade to alpine 3.12.
- docker-alpine's dns is actually not stable in some systems.
- [CSS] do not use any system-ui fonts, the fonts will be difference in difference Windows Languages
- [Unit Test] Vue suggested Jest, but what, you cannot run the test in a browser, it is so stupid because all browser functions cannot be tested (localStorage, DOM and more).
- Need to use
jsesc
to escape the content inside . - .NET 4.7 is the best lowest version to support high DPI monitors
Installation & Configuration
Features
- Reset Password via CLI
- Status Page
- Notification Methods
- Badge
- How to Monitor Docker Containers
- Maintenance
- 3rd Party Addons/Apps
- API Keys
Network
Integrations
Development & Contributions
- CONTRIBUTING Rules & Guide
- How to Translate
- Setup Development Environment
- Test Pull Requests
- Development Side Notes