Commit Graph

280 Commits

Author SHA1 Message Date
a66ef2e8b3 ... 2025-02-06 21:09:20 +03:00
f4f5eb06a4 location fixed for postgresql client 2025-02-06 07:15:32 +03:00
c93fe755fd location postgresql 2025-02-06 06:57:23 +03:00
6bdc4a5b8f location is importing in psql 2025-02-06 06:48:47 +03:00
048c72b294 Merge branch 'development_kristof10' of https://github.com/freeflowuniverse/herolib into development_kristof10 2025-02-06 06:26:47 +03:00
5ad2062e5c format 2025-02-06 06:26:44 +03:00
babbb610d9 feat(tfgrid3deployer): add openwebui deployment example
- Adds a new example demonstrating deployment of OpenWebUI on the ThreeFold Grid using the `tfgrid3deployer` module.
- Provides detailed instructions and a README file for easy setup and execution.

Co-authored-by: mahmmoud.hassanein <mahmmoud.hassanein@gmail.com>
2025-02-05 11:51:05 +02:00
5bbb99c3f9 ... 2025-02-05 11:03:19 +03:00
6eec7dbda2 s 2025-02-05 10:23:22 +03:00
be9f37a459 s 2025-02-05 10:16:25 +03:00
757358fded s 2025-02-05 09:19:16 +03:00
430586cc89 s 2025-02-05 08:14:48 +03:00
69b405ba65 Merge branch 'development_kristof10' of github.com:freeflowuniverse/herolib into development_kristof10 2025-02-05 07:57:09 +03:00
c2eef5a6ab s 2025-02-05 07:57:05 +03:00
b89a9e87c8 feat: Add open-webui example using Docker
- Created an example to create a docker image for open-webui
- The `docker_recipe_env.v` file is updated to correctly handle quoting in environment variables.

Co-authored-by: mahmmoud.hassanein <mahmmoud.hassanein@gmail.com>
2025-02-04 18:44:02 +02:00
01991027cc s 2025-02-04 08:26:51 +03:00
9b81061e22 s 2025-02-04 08:24:47 +03:00
9aee672450 s 2025-02-03 14:02:26 +03:00
2d17938c75 s 2025-02-03 12:53:40 +03:00
67562cacc2 s 2025-02-03 12:39:22 +03:00
c8d715126f s 2025-02-03 12:37:19 +03:00
1d6af5204b ... 2025-02-02 21:56:59 +03:00
a5398094da ... 2025-02-02 19:53:34 +03:00
0fd5062408 docusaurus 2025-02-02 19:24:10 +03:00
cfa9f877b3 search 2025-02-02 12:30:25 +03:00
e4f883d35a location 2025-02-02 12:17:33 +03:00
0ad1d27327 location 2025-02-02 11:48:19 +03:00
3bf2473c3a location 2025-02-02 08:10:32 +03:00
84c2b43595 starts working 2025-01-31 22:12:52 +03:00
1135b8cee5 rpcserver 2025-01-31 22:06:02 +03:00
8322280066 initial openrpc server 2025-01-31 21:53:29 +03:00
99ecf1b0d8 model done 2025-01-31 17:42:06 +03:00
bb69ee0be9 ... 2025-01-31 17:28:44 +03:00
fb0754b3b2 ... 2025-01-31 17:13:56 +03:00
d6a13f81e0 Merge branch 'development_fix_ci' into development_kristof 2025-01-31 15:40:46 +03:00
6e1f23b702 Merge branch 'development' into development_kristof 2025-01-31 15:40:18 +03:00
74ab68d05f ... 2025-01-31 15:39:44 +03:00
27cb6cb0c6 ... 2025-01-31 09:58:53 +03:00
5670efc4cb ... 2025-01-31 08:29:17 +03:00
5a8ad0a47b Merge pull request #43 from freeflowuniverse/development_webgw_wireguard
feat (tfgrid3deployer): add more support for wireguard
2025-01-30 18:45:53 +02:00
45098785e9 feat (tfgrid3deployer): add more support for wireguard
- support adding multiple user access endpoints to a network
- support connecting gateways over wireguard

Co-authored-by: mahmoud <mahmmoud.hassanein@gmail.com>
2025-01-30 18:07:58 +02:00
6a8bd5c205 wip: support multiple user access endpoints
Co-authored-by: mahmoud <mahmmoud.hassanein@gmail.com>
Co-authored-by: mario <mariobassem12@gmail.com>
2025-01-29 18:12:16 +01:00
Omdanii
2e5f618d0b Merge pull request #42 from freeflowuniverse/development_buildah
feat: Add Buildah installer
2025-01-29 15:09:03 +02:00
112f5eecb2 feat: Add Buildah installer
- Added a Buildah installer to the project.
- The installer can install and remove Buildah.
- Updated the installer to use the latest Buildah version.

Co-authored-by: mahmmoud.hassanein <mahmmoud.hassanein@gmail.com>
Co-authored-by: mariobassem <mariobassem12@gmail.com>
2025-01-29 11:13:33 +01:00
8cf611ca51 Merge pull request #41 from freeflowuniverse/development_docker
Fix docker examples
2025-01-28 17:44:55 +02:00
0f095a691d feat: add docker installer
- Add a new docker installer.
- Includes functionality for installing, starting, stopping, and removing docker.

Co-authored-by: mariobassem12 <mariobassem12@gmail.com>
Co-authored-by: omda  <mahmmoud.hassanein@gmail.com>
2025-01-28 16:17:33 +01:00
8b0f692673 fix: Fix docker examples
- Moved `httpconnection` import from `clients` to `core`.
- Changed `tfgrid-sdk-ts` dashboard to playground.
- Added ipaddr to node_local().
- Added public keyword to OpenSSLGenerateArgs.
- Improved DockerEngine image and container loading.
- Added utils.contains_ssh_port.
- Improved error handling in DockerEngine.
- Improved Docker registry handling.

Co-authored-by: mariobassem12 <mariobassem12@gmail.com>
Co-authored-by: omda <mahmmoud.hassanein@gmail.com>
2025-01-28 14:08:42 +01:00
04d891a0b8 Merge branch 'development_hetzner' into development_fix_ci 2025-01-28 09:35:02 +03:00
f8d675dcaf WIP: feat: add Hetzner deployment example
- Added a new example demonstrating deployment on Hetzner using the `tfgrid3deployer`.
- The example creates a VM and adds a webname.

Co-authored-by: mahmmoud.hassanein <mahmmoud.hassanein@gmail.com>
2025-01-27 18:55:01 +02:00
9f6e49963e wip: test: improve tmux tests
- Fix bugs found during testing.

Co-authored-by: mahmmoud.hassanein <mahmmoud.hassanein@gmail.com>
2025-01-27 18:27:50 +02:00