Mauricio Siu
d1af74f959
Update README.md
2026-02-25 21:58:40 -06:00
Mauricio Siu
73ac36399f
Update README.md
2026-02-25 21:50:27 -06:00
Mauricio Siu
77e5b93a48
Create Dockerfile2
2025-10-24 23:51:54 -06:00
Mauricio Siu
7d5b39a856
Merge pull request #16 from av1155/patch-1
...
Fix incorrect `ip` argument in app.run()
2025-07-05 01:06:12 -06:00
Andrea Arturo Venti Fuentes
c107ac55ea
Fix incorrect ip argument in app.run()
...
Replaced `ip="0.0.0.0"` with `host="0.0.0.0"` in `main.py` to fix a TypeError during Flask startup.
This change ensures compatibility with Flask's app.run() parameters and allows the app to bind to all interfaces as expected in production environments like Dokploy.
```
Traceback (most recent call last):
File "/app/main.py", line 12, in <module>
app.run(debug=False, ip="0.0.0.0", port=5000)
File "/opt/venv/lib/python3.12/site-packages/flask/app.py", line 625, in run
* Serving Flask app 'main'
* Debug mode: off
run_simple(t.cast(str, host), port, self, **options)
TypeError: run_simple() got an unexpected keyword argument 'ip'
```
2025-06-04 17:36:51 -04:00
Mauricio Siu
b1eca19116
Merge pull request #14 from Dokploy/feat/new-examples
...
feat: add initial HTML example and README documentation
2025-04-06 03:58:00 -06:00
Mauricio Siu
d56e84a6c6
Merge branch 'main' into feat/new-examples
2025-04-06 03:57:54 -06:00
Mauricio Siu
6a319a1ec7
docs(tanstack): update README with deployment instructions for Dokploy example
2025-04-06 03:57:22 -06:00
Mauricio Siu
0d6ff904a8
feat(tanstack): initialize TanStack project with routing, API, and error handling components
2025-04-06 03:53:25 -06:00
Mauricio Siu
a0636d8083
feat: add initial HTML example and README documentation
2025-04-06 03:49:56 -06:00
Mauricio Siu
aa12f99f89
Merge pull request #13 from designorant/11ty
...
Add 11ty application template
2025-04-06 03:49:50 -06:00
Mauricio Siu
eef544029a
chore: migrate from npm to pnpm by removing package-lock.json and adding pnpm-lock.yaml
2025-04-06 03:47:45 -06:00
Michał Ordon
8075bf7b64
feat: add 11ty template
2025-04-04 17:54:46 +01:00
Michał Ordon
729efb7d29
chore:sort alphabetically
2025-04-01 02:46:43 +01:00
Mauricio Siu
e86808420c
docs: add Turborepo to deployment examples in README
2025-03-17 02:42:28 -06:00
Mauricio Siu
d8d5edba13
docs(turborepo): update README with deployment instructions and environment variable setup
2025-03-17 02:42:15 -06:00
Mauricio Siu
cfd2c7a1e5
fix(turbo): update start task dependency from build to start
2025-03-17 02:37:09 -06:00
Turbobot
284533a930
feat(create-turbo): install dependencies
2025-03-17 02:36:43 -06:00
Turbobot
ad79ebb51a
feat(create-turbo): apply pnpm-eslint transform
2025-03-17 02:36:25 -06:00
Turbobot
4ed66e3040
feat(create-turbo): apply official-starter transform
2025-03-17 02:36:25 -06:00
Mauricio Siu
731fd5a41c
Merge pull request #10 from Dokploy/8-deno-v2-please
...
8 deno v2 please
2025-02-23 20:14:54 -06:00
Mauricio Siu
818be08214
chore: Set up Deno project with Docker, environment configuration, and basic server
2025-02-23 20:13:56 -06:00
Mauricio Siu
d525138542
refactor: Simplify Deno server with minimal example and basic add function
2025-02-23 20:07:12 -06:00
Mauricio Siu
cfdd6f5fdd
feat: Simplify Deno server root route and use environment greeting
2025-02-23 20:05:11 -06:00
Mauricio Siu
bdb710ab43
chore: Remove dotenv import from Deno server
2025-02-23 20:04:38 -06:00
Mauricio Siu
f5272b63bf
chore: Remove Deno lock file
2025-02-23 20:02:15 -06:00
Mauricio Siu
73e59df02e
chore: Remove Deno binary executable
2025-02-23 20:01:46 -06:00
Mauricio Siu
f29a6f704b
feat: Enhance Deno server with dynamic routing and environment configuration
2025-02-23 20:01:01 -06:00
Mauricio Siu
2105b9a9ba
chore: Remove Deno lock file
2025-02-23 19:57:03 -06:00
Mauricio Siu
664af2fb47
refactor: Rename Deno main file to index.ts and update import
2025-02-23 19:56:25 -06:00
Mauricio Siu
e46a219e37
feat: Configure Deno server to listen on all interfaces and specific port
2025-02-23 19:53:34 -06:00
Mauricio Siu
76005a3603
feat: Add Deno build task and simple HTTP server
2025-02-23 19:50:03 -06:00
Mauricio Siu
b51803b1d8
feat: Add Deno example with basic addition function and test
2025-02-23 19:45:32 -06:00
Mauricio Siu
be3f772f0b
docs: update Qwik README with Nixpacks environment variable instructions
2025-02-23 19:43:10 -06:00
Mauricio Siu
f116faa9ff
refactor: standardize README deployment instructions across examples
2025-02-23 19:33:33 -06:00
Mauricio Siu
60bc155ce6
Update docker-compose.yml
2025-01-31 01:18:52 -06:00
Mauricio Siu
6cf744dec6
Update docker-compose.yml
2025-01-31 01:17:52 -06:00
Mauricio Siu
51d817d6c6
Merge pull request #6 from StefanVDWeide/docs/nuxt-examples
...
Docs: nuxt examples & Vuejs fix
2024-11-18 08:10:25 -06:00
StefanVDWeide
61d285e3a2
Added pnpm-lock instead of package-lock
2024-11-18 14:56:05 +01:00
StefanVDWeide
8eddce31a2
Removed unnecessary run command form example
2024-11-17 16:17:51 +01:00
StefanVDWeide
ca55afc0da
docs: fixed typo and changed npm to pnpm
2024-11-15 12:03:21 +01:00
StefanVDWeide
7ec8df6307
docs: Updated docs to clarify the port
2024-11-12 15:43:16 +01:00
StefanVDWeide
02749df506
docs: Fixed incorrect Vuejs example instructions
2024-11-12 14:04:47 +01:00
StefanVDWeide
90d1096635
docs: fixed typo
2024-11-12 14:04:24 +01:00
StefanVDWeide
4d128a0182
docs: Added Nux to overview
2024-11-12 12:54:56 +01:00
StefanVDWeide
b4669e83a1
docs: Added Nuxt server side and static example
2024-11-12 12:54:11 +01:00
Mauricio Siu
d707a2785e
feat: add stack example
2024-11-06 20:59:28 -06:00
Mauricio Siu
6f0d9663f5
Update README.md
2024-09-01 14:57:28 -06:00
Mauricio Siu
5acf16ddfc
Update README.md
2024-07-13 00:13:17 -06:00
Mauricio Siu
28964a03d1
refactor: update instructions
2024-07-13 00:10:34 -06:00