3x-ui/web/service
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
..
config.json outbound Traffic - default false 2025-01-26 11:22:42 +01:00
inbound.go Added 3 new buttons to telegram bot (#2965) 2025-05-06 18:27:17 +02:00
outbound.go Refactor: Use any instead of interface{} 2025-03-12 20:43:43 +01:00
panel.go improved - message logs 2024-07-08 23:47:49 +02:00
server.go fix: Restore from .db file fails (#2988) 2025-05-14 17:35:53 +02:00
setting.go feat: add PostgreSQL support and database configuration options 2025-05-23 02:00:06 +05:00
tgbot.go Added 3 new buttons to telegram bot (#2965) 2025-05-06 18:27:17 +02:00
user.go chore: implement 2fa auth (#2968) 2025-05-08 16:20:58 +02:00
warp.go warp - optimize utility code 2025-03-12 19:27:19 +01:00
xray.go Refactor: Use any instead of interface{} 2025-03-12 20:43:43 +01:00
xray_setting.go [warp] enhanced + delete option 2024-07-15 00:21:54 +02:00