Add container setup scripts for various services
All checks were successful
GBCI / build (push) Successful in 15m56s
All checks were successful
GBCI / build (push) Successful in 15m56s
- Implemented ALM container setup with Forgejo installation and systemd service configuration. - Created Bot container setup with necessary dependencies and Node.js application installation. - Developed Desktop container setup with XRDP and Brave browser installation. - Established Directory container setup with Zitadel installation and service configuration. - Added Doc Editor container setup for Collabora Online integration. - Implemented Drive container setup with MinIO installation and service configuration. - Created Email container setup with Stalwart Mail installation and service configuration. - Developed Meeting container setup with LiveKit and TURN server configuration. - Added Proxy container setup with Caddy installation and service configuration. - Implemented System container setup for general bots with service configuration. - Created Table Editor container setup with NocoDB installation and service configuration. - Developed Tables container setup with PostgreSQL installation and configuration. - Added Webmail container setup with Roundcube installation and service configuration. - Included prompt guidelines for container setup scripts.
This commit is contained in:
parent
a4206ad63d
commit
17aa72c1b6
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ async fn main() -> std::io::Result<()> {
|
|||
.allowed_header(header::CONTENT_TYPE)
|
||||
.max_age(3600);
|
||||
App::new()
|
||||
.wrap(cors)
|
||||
//.wrap(cors)
|
||||
.app_data(app_state.clone())
|
||||
.service(upload_file)
|
||||
.service(list_file)
|
||||
|
|
Loading…
Add table
Reference in a new issue