Commit Graph

118 Commits

Author SHA1 Message Date
abosaad11
340ea0abe9 Translated using Weblate (Arabic)
Currently translated at 100.0% (100 of 100 strings)

Translation: Dockge/dockge
Translate-URL: https://weblate.kuma.pet/projects/dockge/dockge/ar/
2023-12-03 10:13:01 +00:00
stanol
d53cb7ca71 Translated using Weblate (Ukrainian)
Currently translated at 100.0% (100 of 100 strings)

Translation: Dockge/dockge
Translate-URL: https://weblate.kuma.pet/projects/dockge/dockge/uk/
2023-12-03 10:13:01 +00:00
Cyril59310
e29eed4602 Translated using Weblate (French)
Currently translated at 100.0% (100 of 100 strings)

Translation: Dockge/dockge
Translate-URL: https://weblate.kuma.pet/projects/dockge/dockge/fr/
2023-12-03 10:13:01 +00:00
abosaad11
8e9f2209c2 Translated using Weblate (Arabic)
Currently translated at 100.0% (100 of 100 strings)

Translation: Dockge/dockge
Translate-URL: https://weblate.kuma.pet/projects/dockge/dockge/ar/
2023-12-03 10:13:01 +00:00
syko9000
a8d95d06b9
UI for editing .env file (#218)
* Add .env file editing with syntax highlighting

* Add example env file to new compose

* Changed .env editing section title

* Better stack constuctor parameter order

* Minor

---------

Co-authored-by: Louis Lam <louislam@users.noreply.github.com>
2023-12-03 18:12:54 +08:00
Louis Lam
e2c81bd3e0
Add pnpm run reset-password (#212) 2023-11-30 16:11:00 +08:00
Louis Lam
bf2d4c95f9
WIP (#211) 2023-11-30 16:10:37 +08:00
Louis Lam
b4aa1b83a2
Add ARM github runner and change Node.js version (#210)
* WIP

* WIP
2023-11-29 14:59:39 +08:00
Louis Lam
157a74aafc
Update README.md 2023-11-29 09:28:47 +08:00
Louis Lam
b7a2bab808
Update README.md 2023-11-29 09:27:40 +08:00
ThalesC
71446b9eb9
add missing 'stackName' param to return value (#206)
Maybe a mishap, but this was causing issues with opening the correct terminals for each container

Co-authored-by: Thales <thcd@cock.li>
2023-11-29 07:04:30 +08:00
Louis Lam
06dbc3fa28
Update compose.yaml 2023-11-28 00:53:18 +08:00
Louis Lam
a0fca4df4d
Update Base.Dockerfile 2023-11-27 21:01:11 +08:00
Louis Lam
694923cd42
Update README.md 2023-11-27 18:58:15 +08:00
Louis Lam
bfaa8fd795
Update README.md 2023-11-26 23:25:52 +08:00
DevMirza
d5721dd8ca
chore(ci): Add workflow to prevent changing lang files (#191)
* Create prevent-file-change.yml

* fix
2023-11-26 22:17:45 +08:00
Louis Lam
5c35b09e93
Update CONTRIBUTING.md 2023-11-26 18:53:17 +08:00
Louis Lam
9a5d403219 Update to 1.2.0 2023-11-26 18:02:36 +08:00
Louis Lam
9ca65ec94d
Merge pull request #184 from UptimeKumaBot/weblate-dockge-dockge
Translations update from Uptime Kuma Weblate
2023-11-26 17:54:57 +08:00
DevMirza
5b02b63c95 Translated using Weblate (Urdu)
Currently translated at 100.0% (100 of 100 strings)

Translation: Dockge/dockge
Translate-URL: https://weblate.kuma.pet/projects/dockge/dockge/ur/
2023-11-26 09:51:33 +00:00
401Unauthorized
88d33aace8 Translated using Weblate (Chinese (Simplified))
Currently translated at 97.0% (97 of 100 strings)

Translation: Dockge/dockge
Translate-URL: https://weblate.kuma.pet/projects/dockge/dockge/zh_Hans/
2023-11-26 09:51:33 +00:00
Louis Lam
b5f6919bab
Fix 100% cpu usage and terminal issue by downgrading Node.js to 18.17.1 (#186)
* Downgrade from Node.js 20 to Node.js 18.17.1

* Enable back socket.io polling

* Avoid multiple commands at the same for a stack
2023-11-26 17:51:26 +08:00
DevMirza
0546f6a24e
chore(docs): Update Translation Guide (#185)
* update

* Update README.md
2023-11-26 13:30:57 +08:00
Louis Lam
7385d216a3 Fix 2023-11-25 22:26:12 +08:00
Louis Lam
631bc60cb2
Add support for extra info: URLs (#182)
* Always show Down button

* Add URL and improve ArrayInput handling

* Minor
2023-11-25 22:14:21 +08:00
Louis Lam
d23e2d8aa1
Enforce Websocket (#181)
* Always show Down button

* Force WebSocket

* Force WebSocket
2023-11-25 21:21:23 +08:00
Louis Lam
457f038108 Fix css 2023-11-25 13:50:15 +08:00
AICHIGUA
f862bbc7cd
Added Traditional Chinese (#96)
* Fix a typo

* Added Traditional Chinese

* Removed zh-HK

* Update zh-TW.json
2023-11-25 13:08:14 +08:00
sxikari
3d56846cd6
Add Ukrainian translation (#175)
* Create uk-UA.json

Ukrainian translation

* Update i18n.ts

Add Ukrainian translation

* Update i18n.ts

* Update i18n.ts
2023-11-25 12:06:24 +08:00
Louis Lam
cff929c69d
Remove compose version (#174) 2023-11-25 03:08:48 +08:00
Louis Lam
766e751522
Close terminal if there is no clients (#60)
* Close terminal if there is no clients connecting

* Only enable

* Join the terminal only if it is managed by Dockge

* Done
2023-11-25 02:04:16 +08:00
Louis Lam
45ab36db98
Fix: dockge cannot be self-managed (#171) 2023-11-25 01:02:04 +08:00
annorberg98
47435d41cd
Added Swedish (#167) 2023-11-24 13:27:55 +08:00
Davide Trainini
ee8f39699a
Add Italian translation (#166)
* Create it-IT.json

* Add Italian translation to i18n.ts
2023-11-24 02:33:22 +08:00
watchakorn-18k
204c776b0d
feat : Added Thai language (#164) 2023-11-23 21:27:38 +08:00
Louis Lam
724b5d6d7e
Update README.md 2023-11-23 11:03:20 +08:00
abosaad11
766ecb070d
Arabic translation (#162)
* Create ar.json

Added Arabic translation

* Update i18n.ts

Add Arabic translation

* Update i18n.ts

---------

Co-authored-by: Louis Lam <louislam@users.noreply.github.com>
2023-11-23 10:19:58 +08:00
DevMirza
d1d3a54377
Add step to build the app aswell (#158) 2023-11-23 08:49:34 +08:00
Renan Altendorf
d17a63fcab
Created Brazilian-Portuguese lang (#159) 2023-11-23 08:46:20 +08:00
ArtyomCZ
5454b44a1c
Fix cs-CZ language (#160)
* fix cs-CZ

* fix admin acc translation
2023-11-23 08:45:14 +08:00
Louis Lam
9e8bccbf2f
Update ask-for-help.yml 2023-11-22 23:13:34 +08:00
Louis Lam
866fa380dd
Merge pull request #157 from louislam/rebase-discussion-form
[Rebase to master] Add Discussion Forms for Feature Request and Help (#156)
2023-11-22 23:10:56 +08:00
Lord0fBytes
49b28d0e36 Add Discussion Forms for Feature Request and Help (#156)
* created DISCUSSIONS folder and added feature request form

* Added ask-for-help discussion form

* Updated file formats to GH approved

* Updated naming for feature request. Fixed  to

* Updated ISSUE_TEMPLATE to point to the discussion forms

* Removed description from checkbox

* Removed description from checkboxes

---------

Co-authored-by: Justin Masse <justin@Justins-MacBook-Pro.local>
2023-11-22 23:08:33 +08:00
Furkan İ
1e7dd0504b
Čeština language file [cs-CZ] (#154) 2023-11-22 18:53:42 +08:00
Ryan Balfanz
05191b14de
Readme reference compose file contents (#117)
* Reference compose.yaml directly

* fixup! Reference compose.yaml directly
2023-11-22 04:36:09 +08:00
Louis Lam
81cacbdddd Fix the port issue 2023-11-22 02:22:38 +08:00
Louis Lam
0279d431e0 Add @actions/github 2023-11-22 01:12:54 +08:00
Louis Lam
0e768abfb4 Try to fix "close-incorrect-issue.yml" 2023-11-22 01:07:51 +08:00
Louis Lam
62e952f1e6 Try to fix "close-incorrect-issue.yml" 2023-11-22 01:04:28 +08:00
Louis Lam
f044c2e328 Try to fix issue template 2023-11-22 00:59:11 +08:00