hiddifypanel 7.1.9__py3-none-any.whl → 8.0.0.dev0__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (40) hide show
  1. hiddifypanel/VERSION +1 -1
  2. hiddifypanel/VERSION.py +2 -2
  3. hiddifypanel/base.py +18 -15
  4. hiddifypanel/cache.py +11 -0
  5. hiddifypanel/drivers/abstract_driver.py +5 -0
  6. hiddifypanel/drivers/singbox_api.py +52 -0
  7. hiddifypanel/drivers/ssh_liberty_bridge_api.py +53 -0
  8. hiddifypanel/drivers/user_driver.py +30 -0
  9. hiddifypanel/drivers/xray_api.py +113 -0
  10. hiddifypanel/models/config.py +3 -1
  11. hiddifypanel/models/config_enum.py +7 -1
  12. hiddifypanel/models/proxy.py +3 -0
  13. hiddifypanel/models/user.py +3 -0
  14. hiddifypanel/panel/admin/UserAdmin.py +6 -6
  15. hiddifypanel/panel/commercial/restapi/resources.py +2 -2
  16. hiddifypanel/panel/custom_widgets.py +10 -10
  17. hiddifypanel/panel/hiddify.py +23 -1
  18. hiddifypanel/panel/init_db.py +27 -1
  19. hiddifypanel/panel/usage.py +6 -17
  20. hiddifypanel/panel/user/link_maker.py +1 -1
  21. hiddifypanel/panel/user/templates/home/all-configs.html +104 -91
  22. hiddifypanel/panel/user/templates/singbox_config.json +110 -0
  23. hiddifypanel/panel/user/user.py +32 -26
  24. hiddifypanel/templates/fake.html +4 -0
  25. hiddifypanel/translations/en/LC_MESSAGES/messages.mo +0 -0
  26. hiddifypanel/translations/en/LC_MESSAGES/messages.po +72 -18
  27. hiddifypanel/translations/fa/LC_MESSAGES/messages.mo +0 -0
  28. hiddifypanel/translations/fa/LC_MESSAGES/messages.po +62 -18
  29. hiddifypanel/translations/pt/LC_MESSAGES/messages.mo +0 -0
  30. hiddifypanel/translations/pt/LC_MESSAGES/messages.po +62 -18
  31. hiddifypanel/translations/zh/LC_MESSAGES/messages.mo +0 -0
  32. hiddifypanel/translations/zh/LC_MESSAGES/messages.po +62 -18
  33. {hiddifypanel-7.1.9.dist-info → hiddifypanel-8.0.0.dev0.dist-info}/METADATA +3 -1
  34. {hiddifypanel-7.1.9.dist-info → hiddifypanel-8.0.0.dev0.dist-info}/RECORD +38 -33
  35. hiddifypanel/singbox_api.py +0 -55
  36. hiddifypanel/xray_api.py +0 -115
  37. {hiddifypanel-7.1.9.dist-info → hiddifypanel-8.0.0.dev0.dist-info}/LICENSE.md +0 -0
  38. {hiddifypanel-7.1.9.dist-info → hiddifypanel-8.0.0.dev0.dist-info}/WHEEL +0 -0
  39. {hiddifypanel-7.1.9.dist-info → hiddifypanel-8.0.0.dev0.dist-info}/entry_points.txt +0 -0
  40. {hiddifypanel-7.1.9.dist-info → hiddifypanel-8.0.0.dev0.dist-info}/top_level.txt +0 -0
@@ -3,8 +3,8 @@ msgid ""
3
3
  msgstr ""
4
4
  "Project-Id-Version: HiddifyPanel\n"
5
5
  "Report-Msgid-Bugs-To: \n"
6
- "POT-Creation-Date: 2023-07-30 16:43+0200\n"
7
- "PO-Revision-Date: 2023-07-30 09:30-0500\n"
6
+ "POT-Creation-Date: 2023-08-03 10:13+0200\n"
7
+ "PO-Revision-Date: 2023-07-30 09:43-0500\n"
8
8
  "Last-Translator: hidden u\n"
9
9
  "Language: fa\n"
10
10
  "Language-Team: Persian\n"
@@ -15,7 +15,7 @@ msgstr ""
15
15
  "Generated-By: Babel 2.12.1\n"
16
16
 
17
17
  # | msgid "This Domain does not exist in the Panel !"
18
- #: hiddifypanel/models/domain.py:134 hiddifypanel/panel/user/user.py:177
18
+ #: hiddifypanel/models/domain.py:134 hiddifypanel/panel/user/user.py:165
19
19
  msgid "This domain does not exist in the panel!"
20
20
  msgstr "این دامنه در پنل وجود ندارد!"
21
21
 
@@ -25,12 +25,12 @@ msgstr "این دامنه در پنل وجود ندارد!"
25
25
  msgid "Error! auto cdn ip can not be find, please contact admin."
26
26
  msgstr "خطا! آی پی اتوماتیک نتوانست پیدا شود. لطفا با مدیر تماس بگیرید"
27
27
 
28
- #: hiddifypanel/panel/hiddify.py:76
28
+ #: hiddifypanel/panel/hiddify.py:78
29
29
  msgid "Access Denied"
30
30
  msgstr "دسترسی غیر مجاز"
31
31
 
32
32
  # | msgid "Apply Configs"
33
- #: hiddifypanel/panel/hiddify.py:221
33
+ #: hiddifypanel/panel/hiddify.py:223
34
34
  msgid "admin.config.apply_configs"
35
35
  msgstr "اعمال تنظیمات"
36
36
 
@@ -38,14 +38,14 @@ msgstr "اعمال تنظیمات"
38
38
  # | "Configs have been changed successfully. Click %(link)s to apply the
39
39
  # configs."
40
40
  # | " It may take 2 minutes to apply"
41
- #: hiddifypanel/panel/hiddify.py:222
41
+ #: hiddifypanel/panel/hiddify.py:224
42
42
  msgid "config.validation-success"
43
43
  msgstr ""
44
44
  "تنظیمات با موفقیت ذخیره شدند. لطفا بر روی این لینک: %(link)s کلیک کنید تا"
45
45
  " بر روی سیستم اعمال شوند. این کار ممکن است 2 دقیقه طول بکشد"
46
46
 
47
47
  # | msgid " ✅ Configs have been changed successfully"
48
- #: hiddifypanel/panel/hiddify.py:224
48
+ #: hiddifypanel/panel/hiddify.py:226
49
49
  msgid "config.validation-success-no-reset"
50
50
  msgstr " ✅ تنظیمات با موفقیت تغییر کرد"
51
51
 
@@ -59,12 +59,12 @@ msgstr " ✅ تنظیمات با موفقیت تغییر کرد"
59
59
  #: hiddifypanel/panel/admin/DomainAdmin.py:179
60
60
  #: hiddifypanel/panel/admin/QuickSetup.py:126
61
61
  #: hiddifypanel/panel/commercial/ParentDomainAdmin.py:107
62
- #: hiddifypanel/panel/hiddify.py:343
62
+ #: hiddifypanel/panel/hiddify.py:345
63
63
  msgid "Domain can not be resolved! there is a problem in your domain"
64
64
  msgstr "دامنه قابل دسترسی نیست! در دامنه شما مشکلی وجود دارد."
65
65
 
66
66
  # | msgid "Last Day"
67
- #: hiddifypanel/panel/hiddify.py:371
67
+ #: hiddifypanel/panel/hiddify.py:373
68
68
  msgid "0 - Last day"
69
69
  msgstr "آخرین روز"
70
70
 
@@ -72,7 +72,7 @@ msgstr "آخرین روز"
72
72
  # | "Selected Domain for REALITY is not in the same ASN. To better use of the
73
73
  # "
74
74
  # | "Protocol, it is better to find a Domain in the same ASN"
75
- #: hiddifypanel/panel/hiddify.py:652
75
+ #: hiddifypanel/panel/hiddify.py:654
76
76
  msgid ""
77
77
  "selected domain for REALITY is not in the same ASN. To better use of the "
78
78
  "protocol, it is better to find a domain in the same ASN."
@@ -81,12 +81,12 @@ msgstr ""
81
81
  "پروتکل، بهتر است یک دامنه در همان ASN پیدا کنید."
82
82
 
83
83
  # | msgid "User Activated"
84
- #: hiddifypanel/panel/usage.py:113
84
+ #: hiddifypanel/panel/usage.py:102
85
85
  msgid "User activated!"
86
86
  msgstr "یوزر شما فعال شد"
87
87
 
88
88
  # | msgid "Package Ended"
89
- #: hiddifypanel/panel/usage.py:113
89
+ #: hiddifypanel/panel/usage.py:102
90
90
  msgid "Package ended!"
91
91
  msgstr "پکیج شما به پایان رسید"
92
92
 
@@ -2807,11 +2807,11 @@ msgstr "کانفیگ هیدیفای"
2807
2807
  #: hiddifypanel/panel/user/templates/home/all-configs.html:52
2808
2808
  #: hiddifypanel/panel/user/templates/home/all-configs.html:53
2809
2809
  #: hiddifypanel/panel/user/templates/home/all-configs.html:54
2810
- #: hiddifypanel/panel/user/templates/home/all-configs.html:63
2811
- #: hiddifypanel/panel/user/templates/home/all-configs.html:64
2812
- #: hiddifypanel/panel/user/templates/home/all-configs.html:65
2813
- #: hiddifypanel/panel/user/templates/home/all-configs.html:66
2814
- #: hiddifypanel/panel/user/templates/home/all-configs.html:67
2810
+ #: hiddifypanel/panel/user/templates/home/all-configs.html:77
2811
+ #: hiddifypanel/panel/user/templates/home/all-configs.html:78
2812
+ #: hiddifypanel/panel/user/templates/home/all-configs.html:79
2813
+ #: hiddifypanel/panel/user/templates/home/all-configs.html:80
2814
+ #: hiddifypanel/panel/user/templates/home/all-configs.html:81
2815
2815
  #: hiddifypanel/panel/user/templates/home/all-configs_old.html:22
2816
2816
  #: hiddifypanel/panel/user/templates/home/all-configs_old.html:23
2817
2817
  #: hiddifypanel/panel/user/templates/home/all-configs_old.html:24
@@ -2840,13 +2840,25 @@ msgstr "به جز VLESS"
2840
2840
 
2841
2841
  # | msgid "Subscription Link"
2842
2842
  #: hiddifypanel/panel/user/templates/home/all-configs.html:47
2843
- #: hiddifypanel/panel/user/templates/home/all-configs.html:60
2843
+ #: hiddifypanel/panel/user/templates/home/all-configs.html:74
2844
2844
  #: hiddifypanel/panel/user/templates/home/all-configs_old.html:43
2845
2845
  #: hiddifypanel/panel/user/templates/home/android.html:43
2846
2846
  #: hiddifypanel/panel/user/templates/home/ios.html:29
2847
2847
  msgid "user.home.allconfig.link-configs"
2848
2848
  msgstr "لینک برای Subscription"
2849
2849
 
2850
+ #: hiddifypanel/panel/user/templates/home/all-configs.html:61
2851
+ msgid "singbox: ssh"
2852
+ msgstr ""
2853
+
2854
+ #: hiddifypanel/panel/user/templates/home/all-configs.html:64
2855
+ #: hiddifypanel/panel/user/templates/home/all-configs.html:65
2856
+ #: hiddifypanel/panel/user/templates/home/all-configs.html:66
2857
+ #: hiddifypanel/panel/user/templates/home/all-configs.html:67
2858
+ #: hiddifypanel/panel/user/templates/home/all-configs.html:68
2859
+ msgid "ssh"
2860
+ msgstr ""
2861
+
2850
2862
  # | msgid ""
2851
2863
  # | "📍 Please select one of the following applications:\n"
2852
2864
  # | "<br />\n"
@@ -3940,6 +3952,30 @@ msgstr ""
3940
3952
  "لطفاً با آدرس <a href=\"mailto:info@hiddify.com\">info@hiddify.com</a> با"
3941
3953
  " ما تماس بگیرید."
3942
3954
 
3955
+ #: hiddifypanel/templates/fake.html:1
3956
+ msgid "config.ssh_server_redis_url.label"
3957
+ msgstr ""
3958
+
3959
+ #: hiddifypanel/templates/fake.html:1
3960
+ msgid "config.ssh_server_redis_url.description"
3961
+ msgstr ""
3962
+
3963
+ #: hiddifypanel/templates/fake.html:1
3964
+ msgid "config.ssh_server_ports.label"
3965
+ msgstr ""
3966
+
3967
+ #: hiddifypanel/templates/fake.html:1
3968
+ msgid "config.ssh_server_ports.description"
3969
+ msgstr ""
3970
+
3971
+ #: hiddifypanel/templates/fake.html:1
3972
+ msgid "config.ssh_server_enable.label"
3973
+ msgstr ""
3974
+
3975
+ #: hiddifypanel/templates/fake.html:1
3976
+ msgid "config.ssh_server_enable.description"
3977
+ msgstr ""
3978
+
3943
3979
  # | msgid "🎛️ Core"
3944
3980
  #: hiddifypanel/templates/fake.html:1
3945
3981
  msgid "config.core_type.label"
@@ -3972,6 +4008,14 @@ msgstr ""
3972
4008
  "🚧 مسدود کردن بدافزار 1.1.1.2 <br>\n"
3973
4009
  "🔞 مسدود کردن پورن 1.1.1.3"
3974
4010
 
4011
+ #: hiddifypanel/templates/fake.html:2
4012
+ msgid "config.ssh.label"
4013
+ msgstr ""
4014
+
4015
+ #: hiddifypanel/templates/fake.html:2
4016
+ msgid "config.ssh.description"
4017
+ msgstr ""
4018
+
3975
4019
  #: hiddifypanel/templates/fake.html:2
3976
4020
  msgid "config.hidden.label"
3977
4021
  msgstr ""
@@ -3,8 +3,8 @@ msgid ""
3
3
  msgstr ""
4
4
  "Project-Id-Version: HiddifyPT\n"
5
5
  "Report-Msgid-Bugs-To: \n"
6
- "POT-Creation-Date: 2023-07-30 16:43+0200\n"
7
- "PO-Revision-Date: 2023-07-30 09:30-0500\n"
6
+ "POT-Creation-Date: 2023-08-03 10:13+0200\n"
7
+ "PO-Revision-Date: 2023-07-30 09:43-0500\n"
8
8
  "Last-Translator: lymanrudni\n"
9
9
  "Language: pt\n"
10
10
  "Language-Team: Portuguese\n"
@@ -15,7 +15,7 @@ msgstr ""
15
15
  "Generated-By: Babel 2.12.1\n"
16
16
 
17
17
  # | msgid "This Domain does not exist in the Panel !"
18
- #: hiddifypanel/models/domain.py:134 hiddifypanel/panel/user/user.py:177
18
+ #: hiddifypanel/models/domain.py:134 hiddifypanel/panel/user/user.py:165
19
19
  msgid "This domain does not exist in the panel!"
20
20
  msgstr "Este Domínio não existe no Painel!"
21
21
 
@@ -28,12 +28,12 @@ msgstr ""
28
28
  "Erro no Auto CDN IP! Não pode ser encontrado, entre em contato com o "
29
29
  "administrador"
30
30
 
31
- #: hiddifypanel/panel/hiddify.py:76
31
+ #: hiddifypanel/panel/hiddify.py:78
32
32
  msgid "Access Denied"
33
33
  msgstr "Acesso negado"
34
34
 
35
35
  # | msgid "Apply Configs"
36
- #: hiddifypanel/panel/hiddify.py:221
36
+ #: hiddifypanel/panel/hiddify.py:223
37
37
  #, fuzzy
38
38
  msgid "admin.config.apply_configs"
39
39
  msgstr "Aplicar configurações"
@@ -42,7 +42,7 @@ msgstr "Aplicar configurações"
42
42
  # | "Configs have been changed successfully. Click %(link)s to apply the
43
43
  # configs."
44
44
  # | " It may take 2 minutes to apply"
45
- #: hiddifypanel/panel/hiddify.py:222
45
+ #: hiddifypanel/panel/hiddify.py:224
46
46
  #, fuzzy
47
47
  msgid "config.validation-success"
48
48
  msgstr ""
@@ -50,7 +50,7 @@ msgstr ""
50
50
  "aplicar as configurações. Pode levar 2 minutos para aplicar"
51
51
 
52
52
  # | msgid " ✅ Configs have been changed successfully"
53
- #: hiddifypanel/panel/hiddify.py:224
53
+ #: hiddifypanel/panel/hiddify.py:226
54
54
  #, fuzzy
55
55
  msgid "config.validation-success-no-reset"
56
56
  msgstr "✅ As configurações foram alteradas com sucesso"
@@ -65,7 +65,7 @@ msgstr "✅ As configurações foram alteradas com sucesso"
65
65
  #: hiddifypanel/panel/admin/DomainAdmin.py:179
66
66
  #: hiddifypanel/panel/admin/QuickSetup.py:126
67
67
  #: hiddifypanel/panel/commercial/ParentDomainAdmin.py:107
68
- #: hiddifypanel/panel/hiddify.py:343
68
+ #: hiddifypanel/panel/hiddify.py:345
69
69
  #, fuzzy
70
70
  msgid "Domain can not be resolved! there is a problem in your domain"
71
71
  msgstr ""
@@ -73,7 +73,7 @@ msgstr ""
73
73
  "Verifique as configurações do seu Domínio."
74
74
 
75
75
  # | msgid "Last Day"
76
- #: hiddifypanel/panel/hiddify.py:371
76
+ #: hiddifypanel/panel/hiddify.py:373
77
77
  #, fuzzy
78
78
  msgid "0 - Last day"
79
79
  msgstr "Último dia"
@@ -82,7 +82,7 @@ msgstr "Último dia"
82
82
  # | "Selected Domain for REALITY is not in the same ASN. To better use of the
83
83
  # "
84
84
  # | "Protocol, it is better to find a Domain in the same ASN"
85
- #: hiddifypanel/panel/hiddify.py:652
85
+ #: hiddifypanel/panel/hiddify.py:654
86
86
  msgid ""
87
87
  "selected domain for REALITY is not in the same ASN. To better use of the "
88
88
  "protocol, it is better to find a domain in the same ASN."
@@ -92,12 +92,12 @@ msgstr ""
92
92
  "com o mesmo ASN"
93
93
 
94
94
  # | msgid "User Activated"
95
- #: hiddifypanel/panel/usage.py:113
95
+ #: hiddifypanel/panel/usage.py:102
96
96
  msgid "User activated!"
97
97
  msgstr "Usuário ativado"
98
98
 
99
99
  # | msgid "Package Ended"
100
- #: hiddifypanel/panel/usage.py:113
100
+ #: hiddifypanel/panel/usage.py:102
101
101
  msgid "Package ended!"
102
102
  msgstr "Package encerrado"
103
103
 
@@ -3098,11 +3098,11 @@ msgstr "Ocultar configurações"
3098
3098
  #: hiddifypanel/panel/user/templates/home/all-configs.html:52
3099
3099
  #: hiddifypanel/panel/user/templates/home/all-configs.html:53
3100
3100
  #: hiddifypanel/panel/user/templates/home/all-configs.html:54
3101
- #: hiddifypanel/panel/user/templates/home/all-configs.html:63
3102
- #: hiddifypanel/panel/user/templates/home/all-configs.html:64
3103
- #: hiddifypanel/panel/user/templates/home/all-configs.html:65
3104
- #: hiddifypanel/panel/user/templates/home/all-configs.html:66
3105
- #: hiddifypanel/panel/user/templates/home/all-configs.html:67
3101
+ #: hiddifypanel/panel/user/templates/home/all-configs.html:77
3102
+ #: hiddifypanel/panel/user/templates/home/all-configs.html:78
3103
+ #: hiddifypanel/panel/user/templates/home/all-configs.html:79
3104
+ #: hiddifypanel/panel/user/templates/home/all-configs.html:80
3105
+ #: hiddifypanel/panel/user/templates/home/all-configs.html:81
3106
3106
  #: hiddifypanel/panel/user/templates/home/all-configs_old.html:22
3107
3107
  #: hiddifypanel/panel/user/templates/home/all-configs_old.html:23
3108
3108
  #: hiddifypanel/panel/user/templates/home/all-configs_old.html:24
@@ -3134,7 +3134,7 @@ msgstr "Exceto VMenos"
3134
3134
 
3135
3135
  # | msgid "Subscription Link"
3136
3136
  #: hiddifypanel/panel/user/templates/home/all-configs.html:47
3137
- #: hiddifypanel/panel/user/templates/home/all-configs.html:60
3137
+ #: hiddifypanel/panel/user/templates/home/all-configs.html:74
3138
3138
  #: hiddifypanel/panel/user/templates/home/all-configs_old.html:43
3139
3139
  #: hiddifypanel/panel/user/templates/home/android.html:43
3140
3140
  #: hiddifypanel/panel/user/templates/home/ios.html:29
@@ -3142,6 +3142,18 @@ msgstr "Exceto VMenos"
3142
3142
  msgid "user.home.allconfig.link-configs"
3143
3143
  msgstr "Link de assinatura"
3144
3144
 
3145
+ #: hiddifypanel/panel/user/templates/home/all-configs.html:61
3146
+ msgid "singbox: ssh"
3147
+ msgstr ""
3148
+
3149
+ #: hiddifypanel/panel/user/templates/home/all-configs.html:64
3150
+ #: hiddifypanel/panel/user/templates/home/all-configs.html:65
3151
+ #: hiddifypanel/panel/user/templates/home/all-configs.html:66
3152
+ #: hiddifypanel/panel/user/templates/home/all-configs.html:67
3153
+ #: hiddifypanel/panel/user/templates/home/all-configs.html:68
3154
+ msgid "ssh"
3155
+ msgstr ""
3156
+
3145
3157
  # | msgid ""
3146
3158
  # | "📍 Please select one of the following applications:\n"
3147
3159
  # | "<br />\n"
@@ -4302,6 +4314,30 @@ msgstr ""
4302
4314
  "href=\"mailto:hiddify@gmail.com\">hiddify@gmail.com</a> se puder nos "
4303
4315
  "ajudar."
4304
4316
 
4317
+ #: hiddifypanel/templates/fake.html:1
4318
+ msgid "config.ssh_server_redis_url.label"
4319
+ msgstr ""
4320
+
4321
+ #: hiddifypanel/templates/fake.html:1
4322
+ msgid "config.ssh_server_redis_url.description"
4323
+ msgstr ""
4324
+
4325
+ #: hiddifypanel/templates/fake.html:1
4326
+ msgid "config.ssh_server_ports.label"
4327
+ msgstr ""
4328
+
4329
+ #: hiddifypanel/templates/fake.html:1
4330
+ msgid "config.ssh_server_ports.description"
4331
+ msgstr ""
4332
+
4333
+ #: hiddifypanel/templates/fake.html:1
4334
+ msgid "config.ssh_server_enable.label"
4335
+ msgstr ""
4336
+
4337
+ #: hiddifypanel/templates/fake.html:1
4338
+ msgid "config.ssh_server_enable.description"
4339
+ msgstr ""
4340
+
4305
4341
  # | msgid "🎛️ Core"
4306
4342
  #: hiddifypanel/templates/fake.html:1
4307
4343
  #, fuzzy
@@ -4336,6 +4372,14 @@ msgstr ""
4336
4372
  "🚧 Bloquear Malware 1.1.1.2 <br>\n"
4337
4373
  "🔞 Bloquear pornografia 1.1.1.3"
4338
4374
 
4375
+ #: hiddifypanel/templates/fake.html:2
4376
+ msgid "config.ssh.label"
4377
+ msgstr ""
4378
+
4379
+ #: hiddifypanel/templates/fake.html:2
4380
+ msgid "config.ssh.description"
4381
+ msgstr ""
4382
+
4339
4383
  #: hiddifypanel/templates/fake.html:2
4340
4384
  msgid "config.hidden.label"
4341
4385
  msgstr "config.hidden.label"
@@ -3,8 +3,8 @@ msgid ""
3
3
  msgstr ""
4
4
  "Project-Id-Version: HiddifyPanel\n"
5
5
  "Report-Msgid-Bugs-To: \n"
6
- "POT-Creation-Date: 2023-07-30 16:43+0200\n"
7
- "PO-Revision-Date: 2023-07-30 09:30-0500\n"
6
+ "POT-Creation-Date: 2023-08-03 10:13+0200\n"
7
+ "PO-Revision-Date: 2023-07-30 09:43-0500\n"
8
8
  "Last-Translator: hidden u\n"
9
9
  "Language: zh\n"
10
10
  "Language-Team: Chinese\n"
@@ -15,7 +15,7 @@ msgstr ""
15
15
  "Generated-By: Babel 2.12.1\n"
16
16
 
17
17
  # | msgid "This Domain does not exist in the Panel !"
18
- #: hiddifypanel/models/domain.py:134 hiddifypanel/panel/user/user.py:177
18
+ #: hiddifypanel/models/domain.py:134 hiddifypanel/panel/user/user.py:165
19
19
  #, fuzzy
20
20
  msgid "This domain does not exist in the panel!"
21
21
  msgstr "该域名在面板中不存在!"
@@ -27,12 +27,12 @@ msgstr "该域名在面板中不存在!"
27
27
  msgid "Error! auto cdn ip can not be find, please contact admin."
28
28
  msgstr "自动 CDN IP 错误!找不到,请联系管理员。"
29
29
 
30
- #: hiddifypanel/panel/hiddify.py:76
30
+ #: hiddifypanel/panel/hiddify.py:78
31
31
  msgid "Access Denied"
32
32
  msgstr ""
33
33
 
34
34
  # | msgid "Apply Configs"
35
- #: hiddifypanel/panel/hiddify.py:221
35
+ #: hiddifypanel/panel/hiddify.py:223
36
36
  msgid "admin.config.apply_configs"
37
37
  msgstr "应用配置"
38
38
 
@@ -40,12 +40,12 @@ msgstr "应用配置"
40
40
  # | "Configs have been changed successfully. Click %(link)s to apply the
41
41
  # configs."
42
42
  # | " It may take 2 minutes to apply"
43
- #: hiddifypanel/panel/hiddify.py:222
43
+ #: hiddifypanel/panel/hiddify.py:224
44
44
  msgid "config.validation-success"
45
45
  msgstr "配置已成功更改。单击 %(link)s 以应用配置。申请可能需要 2 分钟。"
46
46
 
47
47
  # | msgid " ✅ Configs have been changed successfully"
48
- #: hiddifypanel/panel/hiddify.py:224
48
+ #: hiddifypanel/panel/hiddify.py:226
49
49
  #, fuzzy
50
50
  msgid "config.validation-success-no-reset"
51
51
  msgstr "配置已成功更改。"
@@ -60,12 +60,12 @@ msgstr "配置已成功更改。"
60
60
  #: hiddifypanel/panel/admin/DomainAdmin.py:179
61
61
  #: hiddifypanel/panel/admin/QuickSetup.py:126
62
62
  #: hiddifypanel/panel/commercial/ParentDomainAdmin.py:107
63
- #: hiddifypanel/panel/hiddify.py:343
63
+ #: hiddifypanel/panel/hiddify.py:345
64
64
  msgid "Domain can not be resolved! there is a problem in your domain"
65
65
  msgstr "域名无法解析!你的域有问题"
66
66
 
67
67
  # | msgid "Last Day"
68
- #: hiddifypanel/panel/hiddify.py:371
68
+ #: hiddifypanel/panel/hiddify.py:373
69
69
  #, fuzzy
70
70
  msgid "0 - Last day"
71
71
  msgstr "0 - 最后一天"
@@ -74,7 +74,7 @@ msgstr "0 - 最后一天"
74
74
  # | "Selected Domain for REALITY is not in the same ASN. To better use of the
75
75
  # "
76
76
  # | "Protocol, it is better to find a Domain in the same ASN"
77
- #: hiddifypanel/panel/hiddify.py:652
77
+ #: hiddifypanel/panel/hiddify.py:654
78
78
  #, fuzzy
79
79
  msgid ""
80
80
  "selected domain for REALITY is not in the same ASN. To better use of the "
@@ -82,13 +82,13 @@ msgid ""
82
82
  msgstr "为 REALITY 选择的域不在同一个 ASN 中。为了更好地使用该协议,最好在同一 ASN 中找到一个域。"
83
83
 
84
84
  # | msgid "User Activated"
85
- #: hiddifypanel/panel/usage.py:113
85
+ #: hiddifypanel/panel/usage.py:102
86
86
  #, fuzzy
87
87
  msgid "User activated!"
88
88
  msgstr "用户激活!"
89
89
 
90
90
  # | msgid "Package Ended"
91
- #: hiddifypanel/panel/usage.py:113
91
+ #: hiddifypanel/panel/usage.py:102
92
92
  #, fuzzy
93
93
  msgid "Package ended!"
94
94
  msgstr "套餐结束!"
@@ -2747,11 +2747,11 @@ msgstr "隐藏配置"
2747
2747
  #: hiddifypanel/panel/user/templates/home/all-configs.html:52
2748
2748
  #: hiddifypanel/panel/user/templates/home/all-configs.html:53
2749
2749
  #: hiddifypanel/panel/user/templates/home/all-configs.html:54
2750
- #: hiddifypanel/panel/user/templates/home/all-configs.html:63
2751
- #: hiddifypanel/panel/user/templates/home/all-configs.html:64
2752
- #: hiddifypanel/panel/user/templates/home/all-configs.html:65
2753
- #: hiddifypanel/panel/user/templates/home/all-configs.html:66
2754
- #: hiddifypanel/panel/user/templates/home/all-configs.html:67
2750
+ #: hiddifypanel/panel/user/templates/home/all-configs.html:77
2751
+ #: hiddifypanel/panel/user/templates/home/all-configs.html:78
2752
+ #: hiddifypanel/panel/user/templates/home/all-configs.html:79
2753
+ #: hiddifypanel/panel/user/templates/home/all-configs.html:80
2754
+ #: hiddifypanel/panel/user/templates/home/all-configs.html:81
2755
2755
  #: hiddifypanel/panel/user/templates/home/all-configs_old.html:22
2756
2756
  #: hiddifypanel/panel/user/templates/home/all-configs_old.html:23
2757
2757
  #: hiddifypanel/panel/user/templates/home/all-configs_old.html:24
@@ -2780,13 +2780,25 @@ msgstr "除了 vless"
2780
2780
 
2781
2781
  # | msgid "Subscription Link"
2782
2782
  #: hiddifypanel/panel/user/templates/home/all-configs.html:47
2783
- #: hiddifypanel/panel/user/templates/home/all-configs.html:60
2783
+ #: hiddifypanel/panel/user/templates/home/all-configs.html:74
2784
2784
  #: hiddifypanel/panel/user/templates/home/all-configs_old.html:43
2785
2785
  #: hiddifypanel/panel/user/templates/home/android.html:43
2786
2786
  #: hiddifypanel/panel/user/templates/home/ios.html:29
2787
2787
  msgid "user.home.allconfig.link-configs"
2788
2788
  msgstr "订阅链接"
2789
2789
 
2790
+ #: hiddifypanel/panel/user/templates/home/all-configs.html:61
2791
+ msgid "singbox: ssh"
2792
+ msgstr ""
2793
+
2794
+ #: hiddifypanel/panel/user/templates/home/all-configs.html:64
2795
+ #: hiddifypanel/panel/user/templates/home/all-configs.html:65
2796
+ #: hiddifypanel/panel/user/templates/home/all-configs.html:66
2797
+ #: hiddifypanel/panel/user/templates/home/all-configs.html:67
2798
+ #: hiddifypanel/panel/user/templates/home/all-configs.html:68
2799
+ msgid "ssh"
2800
+ msgstr ""
2801
+
2790
2802
  # | msgid ""
2791
2803
  # | "📍 Please select one of the following applications:\n"
2792
2804
  # | "<br />\n"
@@ -3800,6 +3812,30 @@ msgstr ""
3800
3812
  "如果您能帮助我们,请通过 <a href=\"mailto:hiddify@gmail.com\">hiddify@gmail.com</a> "
3801
3813
  "联系我们。"
3802
3814
 
3815
+ #: hiddifypanel/templates/fake.html:1
3816
+ msgid "config.ssh_server_redis_url.label"
3817
+ msgstr ""
3818
+
3819
+ #: hiddifypanel/templates/fake.html:1
3820
+ msgid "config.ssh_server_redis_url.description"
3821
+ msgstr ""
3822
+
3823
+ #: hiddifypanel/templates/fake.html:1
3824
+ msgid "config.ssh_server_ports.label"
3825
+ msgstr ""
3826
+
3827
+ #: hiddifypanel/templates/fake.html:1
3828
+ msgid "config.ssh_server_ports.description"
3829
+ msgstr ""
3830
+
3831
+ #: hiddifypanel/templates/fake.html:1
3832
+ msgid "config.ssh_server_enable.label"
3833
+ msgstr ""
3834
+
3835
+ #: hiddifypanel/templates/fake.html:1
3836
+ msgid "config.ssh_server_enable.description"
3837
+ msgstr ""
3838
+
3803
3839
  # | msgid "🎛️ Core"
3804
3840
  #: hiddifypanel/templates/fake.html:1
3805
3841
  msgid "config.core_type.label"
@@ -3835,6 +3871,14 @@ msgstr ""
3835
3871
  "阻止恶意软件 1.1.1.2 <br>\n"
3836
3872
  "阻止色情 1.1.1.3"
3837
3873
 
3874
+ #: hiddifypanel/templates/fake.html:2
3875
+ msgid "config.ssh.label"
3876
+ msgstr ""
3877
+
3878
+ #: hiddifypanel/templates/fake.html:2
3879
+ msgid "config.ssh.description"
3880
+ msgstr ""
3881
+
3838
3882
  #: hiddifypanel/templates/fake.html:2
3839
3883
  msgid "config.hidden.label"
3840
3884
  msgstr ""
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: hiddifypanel
3
- Version: 7.1.9
3
+ Version: 8.0.0.dev0
4
4
  Summary: hiddifypanel multi proxy panel
5
5
  Home-page: https://github.com/hiddify/hiddify-config/
6
6
  Author: hiddify
@@ -42,6 +42,8 @@ Requires-Dist: ping3
42
42
  Requires-Dist: ansi2html
43
43
  Requires-Dist: netifaces
44
44
  Requires-Dist: markupsafe
45
+ Requires-Dist: redis
46
+ Requires-Dist: python-redis-cache
45
47
  Provides-Extra: test
46
48
  Requires-Dist: flask-debugtoolbar ; extra == 'test'
47
49
  Requires-Dist: flask-shell-ipython ; extra == 'test'