Files
remnashop/.dockerignore
Ilay 337b0f5002 feat: implement subscription connection and UI improvements
- implemented deletion of own devices for users
- added basic button for connecting via subscription page
- added support for subscription connection via miniapp (by maposia)
- added informational button in main menu for inactive subscriptions
- implemented compatibility with local Remnawave panel
- added support for caddy token for Remnawave API
- moved "Back to menu" button to keyboards + added button in several places for easier navigation
- added error notifications for webhook handling
- made minor cosmetic improvements
- refactored Docker files
- created docker-compose for production
- updated dependencies
- fixed .env.example
2025-10-31 16:50:58 +05:00

11 lines
67 B
Plaintext

.venv
__pycache__
*.pyc
*.pyo
*.pyd
.git
.env
.env.*
.idea
.vscode