Commit graph

16 commits

Author SHA1 Message Date
Rodrigo Rodriguez (Pragmatismo)
9eabb16425 Remove unnecessary wait in emulator flow, update email content type
Some checks failed
GBCI / build (push) Has been cancelled
- Removed the 3000 milliseconds wait in on-emulator-sent.bas to
streamline the process - Updated the email formatting to use 'text/html;
charset=UTF-8' for better content handling in email.rs - Adjusted
create_draft to use HTML formatting and replaced texts accordingly, also
optimized the email draft saving logic
2025-08-24 20:48:52 -03:00
Rodrigo Rodriguez (Pragmatismo)
7e357d278c - CRM on-emulator-sent.bas
Some checks are pending
GBCI / build (push) Waiting to run
2025-08-24 19:53:58 -03:00
Rodrigo Rodriguez (Pragmatismo)
0a009f9789 - SET SCHEDULE keyword - ON keyword
Some checks failed
GBCI / build (push) Failing after 30m58s
2025-08-16 18:13:03 -03:00
Rodrigo Rodriguez (Pragmatismo)
57f20d903e - Testing of the first BASIC script.
Some checks failed
GBCI / build (push) Has been cancelled
2025-08-14 09:42:05 -03:00
Rodrigo Rodriguez (Pragmatismo)
17ed0bde36 - SET keyword OK.
Some checks are pending
GBCI / build (push) Waiting to run
2025-08-03 17:34:59 -03:00
Rodrigo Rodriguez (Pragmatismo)
c15bd364c1 - First run to generate e-mail.
Some checks failed
GBCI / build (push) Has been cancelled
2025-08-02 00:49:33 -03:00
Rodrigo Rodriguez (Pragmatismo)
50bfad7642 - First run to generate e-mail.
Some checks are pending
GBCI / build (push) Waiting to run
2025-08-02 00:07:54 -03:00
Rodrigo Rodriguez (Pragmatismo)
e15da79204 - Script is running!
Some checks failed
GBCI / build (push) Has been cancelled
2025-07-31 00:36:10 -03:00
Rodrigo Rodriguez (Pragmatismo)
a3118dcf0a - Script is running! 2025-07-30 23:26:06 -03:00
Rodrigo Rodriguez (Pragmatismo)
bcb7703ea6 - More keywords.
Some checks are pending
GBCI / build (push) Waiting to run
2025-07-29 21:39:24 -03:00
Rodrigo Rodriguez (Pragmatismo)
ed4aad72f4 - CREATE DRAFT, CREATE SITE, GET WEBSITE, WAIT keywords added.
All checks were successful
GBCI / build (push) Successful in 18m14s
2025-07-21 12:16:17 -03:00
Rodrigo Rodriguez (Pragmatismo)
90016ea373 - GET keyword added.
All checks were successful
GBCI / build (push) Successful in 14m52s
2025-07-20 15:01:18 -03:00
Rodrigo Rodriguez (Pragmatismo)
9a4bab6de6 - Warning removal.
All checks were successful
GBCI / build (push) Successful in 15m18s
2025-07-19 12:10:16 -03:00
Rodrigo Rodriguez (Pragmatismo)
263eab2d9c - JMAP first version. 2025-07-02 14:22:11 -03:00
Rodrigo Rodriguez (Pragmatismo)
a80dde2e7f Add container setup scripts for various services
All checks were successful
GBCI / build (push) Successful in 8m31s
- 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.
2025-06-30 10:14:25 -03:00
Rodrigo Rodriguez (Pragmatismo)
c75095505b Implement email, meeting, proxy, and webmail services with LXC containers
Some checks failed
GBCI / build (push) Failing after 8m43s
- Added email service setup script to configure Stalwart Mail in a container.
- Created meeting service script to install and configure LiveKit with TURN server.
- Developed proxy service script to set up Caddy as a reverse proxy.
- Implemented webmail service script to deploy Roundcube with PHP support.
- Established system service files for each service to manage their lifecycle.
- Configured persistent storage for logs, data, and configuration for all services.
- Added integration tests for email listing and file upload functionalities.
- Updated prompt guidelines for consistent directory structure and user management.
2025-06-19 23:16:57 -03:00