3x-ui/web
izzzzzi 2fbd1d860d feat: add PostgreSQL support and database configuration options
- Updated Docker configuration to support PostgreSQL as an alternative to SQLite.
- Enhanced DockerEntrypoint.sh to create a database environment file and test PostgreSQL connection.
- Introduced database setup functions in install.sh for PostgreSQL installation and configuration.
- Added database management options in x-ui.sh, including backup and switching between SQLite and PostgreSQL.
- Implemented database configuration retrieval in the web service and controller layers.
- Updated frontend settings to include database configuration options.
- Added translations for new database settings in multiple languages.
2025-05-23 02:00:06 +05:00
..
assets feat: add PostgreSQL support and database configuration options 2025-05-23 02:00:06 +05:00
controller feat: add PostgreSQL support and database configuration options 2025-05-23 02:00:06 +05:00
entity feat: add PostgreSQL support and database configuration options 2025-05-23 02:00:06 +05:00
global Some fixes and improvements (#1997) 2024-03-11 01:01:24 +03:30
html feat: add PostgreSQL support and database configuration options 2025-05-23 02:00:06 +05:00
job Refactor: Use any instead of interface{} 2025-03-12 20:43:43 +01:00
locale Refactor: Use any instead of interface{} 2025-03-12 20:43:43 +01:00
middleware Fix domain validation for Nginx/CDN compatibility #2450 2024-08-08 17:39:12 +02:00
network Add tgLang option 2023-05-20 19:15:20 +04:30
service feat: add PostgreSQL support and database configuration options 2025-05-23 02:00:06 +05:00
session fix session 2024-12-16 14:24:59 +01:00
translation feat: add PostgreSQL support and database configuration options 2025-05-23 02:00:06 +05:00
web.go revert group management (#2656) 2025-02-04 11:27:58 +01:00