machineconfig 3.93__py3-none-any.whl → 3.95__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.
Potentially problematic release.
This version of machineconfig might be problematic. Click here for more details.
- machineconfig/jobs/{python_custom_installers → installer/custom}/gh.py +22 -7
- machineconfig/jobs/{python_custom_installers → installer/custom}/hx.py +13 -4
- machineconfig/jobs/{python_custom_installers/dev → installer/custom_dev}/alacritty.py +11 -5
- machineconfig/jobs/{python_custom_installers/dev → installer/custom_dev}/brave.py +17 -14
- machineconfig/jobs/{python_custom_installers/dev → installer/custom_dev}/bypass_paywall.py +7 -9
- machineconfig/jobs/{python_custom_installers/dev → installer/custom_dev}/code.py +13 -13
- machineconfig/jobs/{python_custom_installers/dev → installer/custom_dev}/cursor.py +7 -7
- machineconfig/jobs/{python_custom_installers/dev → installer/custom_dev}/espanso.py +21 -17
- machineconfig/jobs/installer/custom_dev/goes.py +63 -0
- machineconfig/jobs/{python_custom_installers/dev → installer/custom_dev}/lvim.py +10 -14
- machineconfig/jobs/installer/custom_dev/nerdfont.py +87 -0
- machineconfig/{setup_windows/wt_and_pwsh/install_nerd_fonts.py → jobs/installer/custom_dev/nerfont_windows_helper.py} +68 -25
- machineconfig/jobs/{python_custom_installers/dev → installer/custom_dev}/redis.py +13 -8
- machineconfig/jobs/{python_custom_installers/dev → installer/custom_dev}/wezterm.py +13 -7
- machineconfig/jobs/{python_custom_installers/dev → installer/custom_dev}/winget.py +1 -3
- machineconfig/jobs/installer/packages_custom_dev.json +226 -0
- machineconfig/jobs/installer/packages_custom_essential.json +39 -0
- machineconfig/jobs/installer/packages_github_dev.json +1110 -0
- machineconfig/jobs/installer/packages_github_essential.json +804 -0
- machineconfig/jobs/linux/msc/cli_agents.sh +5 -0
- machineconfig/profile/create.py +5 -1
- machineconfig/scripts/linux/devops +1 -1
- machineconfig/scripts/python/ai/solutions/gemini/settings.json +1 -1
- machineconfig/scripts/python/devops.py +126 -65
- machineconfig/scripts/python/devops_devapps_install.py +30 -19
- machineconfig/setup_linux/web_shortcuts/interactive.py +267 -0
- machineconfig/setup_linux/web_shortcuts/interactive.sh +6 -152
- machineconfig/utils/installer.py +17 -80
- machineconfig/utils/installer_utils/github_release_bulk.py +198 -0
- machineconfig/utils/installer_utils/installer_class.py +223 -210
- machineconfig/utils/schemas/installer/installer_types.py +29 -6
- {machineconfig-3.93.dist-info → machineconfig-3.95.dist-info}/METADATA +2 -1
- {machineconfig-3.93.dist-info → machineconfig-3.95.dist-info}/RECORD +50 -71
- machineconfig/jobs/python_custom_installers/archive/ngrok.py +0 -63
- machineconfig/jobs/python_custom_installers/dev/aider.py +0 -37
- machineconfig/jobs/python_custom_installers/dev/docker_desktop.py +0 -78
- machineconfig/jobs/python_custom_installers/dev/goes.py +0 -55
- machineconfig/jobs/python_custom_installers/dev/nerdfont.py +0 -68
- machineconfig/jobs/python_custom_installers/dev/reverse_proxy.md +0 -31
- machineconfig/jobs/python_custom_installers/docker.py +0 -74
- machineconfig/jobs/python_custom_installers/warp-cli.py +0 -71
- machineconfig/jobs/python_generic_installers/config.json +0 -603
- machineconfig/jobs/python_generic_installers/config.json.bak +0 -414
- machineconfig/jobs/python_generic_installers/dev/config.archive.json +0 -18
- machineconfig/jobs/python_generic_installers/dev/config.json +0 -825
- machineconfig/jobs/python_generic_installers/dev/config.json.bak +0 -565
- machineconfig/jobs/python_linux_installers/__init__.py +0 -0
- machineconfig/jobs/python_linux_installers/archive/config.json +0 -18
- machineconfig/jobs/python_linux_installers/archive/config.json.bak +0 -10
- machineconfig/jobs/python_linux_installers/config.json +0 -145
- machineconfig/jobs/python_linux_installers/config.json.bak +0 -110
- machineconfig/jobs/python_linux_installers/dev/__init__.py +0 -0
- machineconfig/jobs/python_linux_installers/dev/config.json +0 -276
- machineconfig/jobs/python_linux_installers/dev/config.json.bak +0 -206
- machineconfig/jobs/python_windows_installers/__init__.py +0 -0
- machineconfig/jobs/python_windows_installers/archive/__init__.py +0 -0
- machineconfig/jobs/python_windows_installers/archive/file.json +0 -11
- machineconfig/jobs/python_windows_installers/config.json +0 -82
- machineconfig/jobs/python_windows_installers/config.json.bak +0 -56
- machineconfig/jobs/python_windows_installers/dev/__init__.py +0 -0
- machineconfig/jobs/python_windows_installers/dev/config.json +0 -4
- machineconfig/jobs/python_windows_installers/dev/config.json.bak +0 -3
- /machineconfig/jobs/{python_custom_installers → installer}/__init__.py +0 -0
- /machineconfig/jobs/{python_generic_installers → installer/custom_dev}/__init__.py +0 -0
- /machineconfig/jobs/{python_custom_installers/scripts/linux → installer/linux_scripts}/brave.sh +0 -0
- /machineconfig/jobs/{python_custom_installers/scripts/linux → installer/linux_scripts}/docker.sh +0 -0
- /machineconfig/jobs/{python_custom_installers/scripts/linux → installer/linux_scripts}/docker_start.sh +0 -0
- /machineconfig/jobs/{python_custom_installers/scripts/linux → installer/linux_scripts}/edge.sh +0 -0
- /machineconfig/jobs/{python_custom_installers/scripts/linux → installer/linux_scripts}/nerdfont.sh +0 -0
- /machineconfig/jobs/{python_custom_installers/scripts/linux → installer/linux_scripts}/pgsql.sh +0 -0
- /machineconfig/jobs/{python_custom_installers/scripts/linux → installer/linux_scripts}/redis.sh +0 -0
- /machineconfig/jobs/{python_custom_installers/scripts/linux → installer/linux_scripts}/timescaledb.sh +0 -0
- /machineconfig/jobs/{python_custom_installers/scripts/linux → installer/linux_scripts}/vscode.sh +0 -0
- /machineconfig/jobs/{python_custom_installers/scripts/linux → installer/linux_scripts}/warp-cli.sh +0 -0
- /machineconfig/jobs/{python_custom_installers/scripts/linux → installer/linux_scripts}/wezterm.sh +0 -0
- /machineconfig/{setup_windows/wt_and_pwsh → jobs/installer/powershell_scripts}/install_fonts.ps1 +0 -0
- {machineconfig-3.93.dist-info → machineconfig-3.95.dist-info}/WHEEL +0 -0
- {machineconfig-3.93.dist-info → machineconfig-3.95.dist-info}/entry_points.txt +0 -0
- {machineconfig-3.93.dist-info → machineconfig-3.95.dist-info}/top_level.txt +0 -0
|
@@ -39,7 +39,40 @@ machineconfig/cluster/templates/run_cluster.py,sha256=ZFNl4EDybicedWKX5qBwSSeKKf
|
|
|
39
39
|
machineconfig/cluster/templates/run_remote.py,sha256=vCc56t8BUAUJp7tyb0PFfwy5hlmIdRdzcjlpP9gcLdc,3247
|
|
40
40
|
machineconfig/cluster/templates/utils.py,sha256=5lHgjHvodoSPBD31AwluHBBNgwimwThUsDNWGN8iH9I,1647
|
|
41
41
|
machineconfig/jobs/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
42
|
-
machineconfig/jobs/
|
|
42
|
+
machineconfig/jobs/installer/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
43
|
+
machineconfig/jobs/installer/packages_custom_dev.json,sha256=oJBj5blm8QLaMP72ZP9JE--oUiaweQSOFIAq-ySV_Wc,5646
|
|
44
|
+
machineconfig/jobs/installer/packages_custom_essential.json,sha256=-Mgu436rbGE7JWCy-NYxxsnkxCxPxv4Gatu0wXp5XMI,775
|
|
45
|
+
machineconfig/jobs/installer/packages_github_dev.json,sha256=CyadNrKml42lzPwdAlpNRyEtTS12p9dbjMrugOtvLVQ,31320
|
|
46
|
+
machineconfig/jobs/installer/packages_github_essential.json,sha256=sZZczoJ_d0gC6865NRKYATOC7GQD1mKF6s07W5tsM9s,27054
|
|
47
|
+
machineconfig/jobs/installer/custom/gh.py,sha256=hic8Z1ZdncbljY6hgHzl2rmOLOcb6imIUstMALSS3-Y,3082
|
|
48
|
+
machineconfig/jobs/installer/custom/hx.py,sha256=FrUD0mlhWG2GxrnarccVIaW_sHJ5mxeF6yyzbBWyx6w,5840
|
|
49
|
+
machineconfig/jobs/installer/custom_dev/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
50
|
+
machineconfig/jobs/installer/custom_dev/alacritty.py,sha256=6AXpnERkjq3CxJUIWwDRd7YNr3ASlqjAc2HVsxpSjsQ,2029
|
|
51
|
+
machineconfig/jobs/installer/custom_dev/brave.py,sha256=XvOTOKTVWaXJ2xV1DZXnUnRskZopSaVuqZUhWa5EByY,2204
|
|
52
|
+
machineconfig/jobs/installer/custom_dev/bypass_paywall.py,sha256=dnVZ6uc9qVAW90nIwV2vBpGEl6YpSOpmUUQVlQPfrhM,1496
|
|
53
|
+
machineconfig/jobs/installer/custom_dev/code.py,sha256=g9ChNFImxoenVwerWT0Dnkp4GngsOLrYOJfIrdRUSBw,1936
|
|
54
|
+
machineconfig/jobs/installer/custom_dev/cursor.py,sha256=3xoFAYFdZqurSHXeEG-vbG0KU1TNQpBMaMgL1eW6X4k,4326
|
|
55
|
+
machineconfig/jobs/installer/custom_dev/espanso.py,sha256=VthTX-L6gJ38OBnGWHe-wD8YGfIGXIgYbwYXR4UyFXU,2832
|
|
56
|
+
machineconfig/jobs/installer/custom_dev/goes.py,sha256=jBnKoOVDbA2zMvKRmZ033lionoS725vNiGOm2EjM0i4,1784
|
|
57
|
+
machineconfig/jobs/installer/custom_dev/lvim.py,sha256=AjAtn-sEJe7r6oRLxsj53seT3uSBXxf4affEvBjHYfY,2220
|
|
58
|
+
machineconfig/jobs/installer/custom_dev/nerdfont.py,sha256=oOYC5BpukZIA_pGSDRMZmuksWdYHiVQJmwsoFc3StQA,2900
|
|
59
|
+
machineconfig/jobs/installer/custom_dev/nerfont_windows_helper.py,sha256=sdgbHCbu_6d8VotLRvpL_GrwpEoxY4dupOyRUjtpaYA,5554
|
|
60
|
+
machineconfig/jobs/installer/custom_dev/redis.py,sha256=KjqJkCKZi8fbdW6IhIZjmA4pdo8oZF84Fflij_7dVbg,2291
|
|
61
|
+
machineconfig/jobs/installer/custom_dev/wezterm.py,sha256=BuTVRqV5WQUS2C7FpWMU4pQWgkPt4p3VVGcE6fTVG-0,2311
|
|
62
|
+
machineconfig/jobs/installer/custom_dev/winget.py,sha256=GZ-ZXhT48UpvL8yfmeoKC6hCGvK1bgOLc64up4S3UjQ,5511
|
|
63
|
+
machineconfig/jobs/installer/linux_scripts/brave.sh,sha256=m01xquA4YZW3YrhJiTCvTZuLliELmRI1avYFyuE5-Ws,2119
|
|
64
|
+
machineconfig/jobs/installer/linux_scripts/docker.sh,sha256=xP219QeQ5eLwhvOHsNYqOERMGdjBqvrL5jeoZj749XE,5347
|
|
65
|
+
machineconfig/jobs/installer/linux_scripts/docker_start.sh,sha256=TiS-hWRltw66_p_Fq8gfkA_rqUIuwxoIkFZItVF6TXA,1478
|
|
66
|
+
machineconfig/jobs/installer/linux_scripts/edge.sh,sha256=2JclQOi6sBTs2VQPsQWh6dPFRu1C36OyRREI0a76yJQ,1903
|
|
67
|
+
machineconfig/jobs/installer/linux_scripts/nerdfont.sh,sha256=vSJQfGYVpWF2T1vz1zZuVXdeus_PWXdP7VquRQjsLwU,2351
|
|
68
|
+
machineconfig/jobs/installer/linux_scripts/pgsql.sh,sha256=qe_yo4dM16B8L1VYIPqyLVvI1uns2jg7if_cokuOofY,2239
|
|
69
|
+
machineconfig/jobs/installer/linux_scripts/redis.sh,sha256=XNsnypuP0UQDdNnLQ1rHC8XRYeqeaM213i1aga5_Q0M,2940
|
|
70
|
+
machineconfig/jobs/installer/linux_scripts/timescaledb.sh,sha256=-thz4K7Eo_4IsNTQMLsmQdyMdVhW7NAMn5S2CB3-blE,3530
|
|
71
|
+
machineconfig/jobs/installer/linux_scripts/vscode.sh,sha256=8S0nZpOeAdhpVHvygt6rs1sywCtjHNECfNNRhXMHWW8,5417
|
|
72
|
+
machineconfig/jobs/installer/linux_scripts/warp-cli.sh,sha256=PVNLeYWdh3XEFllCVZDYIHBI42btjGlH5jbyXjJGz-Y,3033
|
|
73
|
+
machineconfig/jobs/installer/linux_scripts/wezterm.sh,sha256=m697rRoIIVk-f8JdI1YQmphk-JWpMc5IYbD5YaQ3SeQ,1874
|
|
74
|
+
machineconfig/jobs/installer/powershell_scripts/install_fonts.ps1,sha256=JsQfGAMkvirhiUmBNOifMlbum2PfHSs0-Akgj-J-WZw,3177
|
|
75
|
+
machineconfig/jobs/linux/msc/cli_agents.sh,sha256=sNT3NWyRnBPKTSsMPocLbLuyRupSR1S3yE6UF0RxI70,855
|
|
43
76
|
machineconfig/jobs/linux/msc/lid.sh,sha256=09LeoSaXCGjCn7YxPcIFQpHroYdglJlEtFU2agarh3I,1302
|
|
44
77
|
machineconfig/jobs/linux/msc/network.sh,sha256=dmISsh0hioDheinqee3qHfo2k7ClFx6G_GfGDxuflmc,1796
|
|
45
78
|
machineconfig/jobs/python/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -50,60 +83,6 @@ machineconfig/jobs/python/python_ve_symlink.py,sha256=SgLPZGtnhZ8L5ms2zEohQkJAzP
|
|
|
50
83
|
machineconfig/jobs/python/tasks.py,sha256=hrBDQOnBmcXtauTkicVgC8J2AOGcfdFfyx0K8eI6Coc,150
|
|
51
84
|
machineconfig/jobs/python/vscode/api.py,sha256=QNZz6zqquAk4Bd-Zz5Id0qvOM6uFB5LyyKlGcHdcIJA,1631
|
|
52
85
|
machineconfig/jobs/python/vscode/sync_code.py,sha256=b7vhebl3TH0wDBJ_eRg3DhY7veMqdqBA-rCkGZxSf5o,1898
|
|
53
|
-
machineconfig/jobs/python_custom_installers/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
54
|
-
machineconfig/jobs/python_custom_installers/docker.py,sha256=xVNmcEJDuMB7-jRf1dGjNs-51uB6FwOgHKTHNJt8Eiw,2407
|
|
55
|
-
machineconfig/jobs/python_custom_installers/gh.py,sha256=bJXYUPwWw5-Y1ofy3qn1_D73V0xw2OLiJF3Roh37ge0,2662
|
|
56
|
-
machineconfig/jobs/python_custom_installers/hx.py,sha256=i7_ws2BVO_EaoFeC9Nsx4WZU7EZEk5lsAAo1qiV48uk,5706
|
|
57
|
-
machineconfig/jobs/python_custom_installers/warp-cli.py,sha256=DV3hYPeWa5IpSTxGgpAiuG8vVXmOY46QudOUv4p15zk,2166
|
|
58
|
-
machineconfig/jobs/python_custom_installers/archive/ngrok.py,sha256=Dcse7MzRYsz_xreTOq6HIskGzHo2Wfs6mREyK4KpR4E,1862
|
|
59
|
-
machineconfig/jobs/python_custom_installers/dev/aider.py,sha256=QpZTbqV0j8oGPtPSQxbWaqmqrU98gDHp3lfe2Nx4-d0,991
|
|
60
|
-
machineconfig/jobs/python_custom_installers/dev/alacritty.py,sha256=QEXHfv9pMd4f8repIWP3PP4_NaR1vlgT-AKraJLJzPk,1996
|
|
61
|
-
machineconfig/jobs/python_custom_installers/dev/brave.py,sha256=aComZAepkXMOy-xQDX88TR2dyQvY0Zy-jDBFANztd0o,2178
|
|
62
|
-
machineconfig/jobs/python_custom_installers/dev/bypass_paywall.py,sha256=b8pYuJbcWCqP0jeyz71KwAgS9L7inASmgrrCPmuu7Zc,1607
|
|
63
|
-
machineconfig/jobs/python_custom_installers/dev/code.py,sha256=clLUL48MWA7M-wixM4YcVpq3ojKnXC-QvhwHzl57WBs,1842
|
|
64
|
-
machineconfig/jobs/python_custom_installers/dev/cursor.py,sha256=82YaZ0t1ssg8q2YpzY49MO_5v8fyRnFrBHsdI8Wx8fE,4541
|
|
65
|
-
machineconfig/jobs/python_custom_installers/dev/docker_desktop.py,sha256=1PHkB32Y6dOPSpNLu17I_FIMZtwEz6lA_Elhbd9MTtg,2492
|
|
66
|
-
machineconfig/jobs/python_custom_installers/dev/espanso.py,sha256=3soH2SZBf0K-tTMRMs3rGi1NlGG7iQREvp4iuPsLozA,2648
|
|
67
|
-
machineconfig/jobs/python_custom_installers/dev/goes.py,sha256=KYacv7Tp4f6UBAiF8C7GRJUtj-lAxu-vGo5JxjLYeVk,1216
|
|
68
|
-
machineconfig/jobs/python_custom_installers/dev/lvim.py,sha256=0JcwZ1yIDO_glv_dv06-t-Tyulzz5AzkRT22u-6Ee3s,2344
|
|
69
|
-
machineconfig/jobs/python_custom_installers/dev/nerdfont.py,sha256=61Nq-dQEyT5QyDfo9EtbmC3eI3HLTUk316p3U1LpxbY,2202
|
|
70
|
-
machineconfig/jobs/python_custom_installers/dev/redis.py,sha256=xbWGp7MvaVWL77IYoZQ2JzyhmyVpW6PDra1MPKUBrEU,2278
|
|
71
|
-
machineconfig/jobs/python_custom_installers/dev/reverse_proxy.md,sha256=Yam2UzJUCslAp01_A0gdMH59s27hna9mqQsSGU7q64g,1128
|
|
72
|
-
machineconfig/jobs/python_custom_installers/dev/wezterm.py,sha256=jOuB8h7C-3OH8f1P-qNoxvIBctaXbbNMSo4QWyWb7H0,2295
|
|
73
|
-
machineconfig/jobs/python_custom_installers/dev/winget.py,sha256=pRBnF6kPZI42mRZNvqo3pH9GFUB3yOrGGeALDY2ggm4,5743
|
|
74
|
-
machineconfig/jobs/python_custom_installers/scripts/linux/brave.sh,sha256=m01xquA4YZW3YrhJiTCvTZuLliELmRI1avYFyuE5-Ws,2119
|
|
75
|
-
machineconfig/jobs/python_custom_installers/scripts/linux/docker.sh,sha256=xP219QeQ5eLwhvOHsNYqOERMGdjBqvrL5jeoZj749XE,5347
|
|
76
|
-
machineconfig/jobs/python_custom_installers/scripts/linux/docker_start.sh,sha256=TiS-hWRltw66_p_Fq8gfkA_rqUIuwxoIkFZItVF6TXA,1478
|
|
77
|
-
machineconfig/jobs/python_custom_installers/scripts/linux/edge.sh,sha256=2JclQOi6sBTs2VQPsQWh6dPFRu1C36OyRREI0a76yJQ,1903
|
|
78
|
-
machineconfig/jobs/python_custom_installers/scripts/linux/nerdfont.sh,sha256=vSJQfGYVpWF2T1vz1zZuVXdeus_PWXdP7VquRQjsLwU,2351
|
|
79
|
-
machineconfig/jobs/python_custom_installers/scripts/linux/pgsql.sh,sha256=qe_yo4dM16B8L1VYIPqyLVvI1uns2jg7if_cokuOofY,2239
|
|
80
|
-
machineconfig/jobs/python_custom_installers/scripts/linux/redis.sh,sha256=XNsnypuP0UQDdNnLQ1rHC8XRYeqeaM213i1aga5_Q0M,2940
|
|
81
|
-
machineconfig/jobs/python_custom_installers/scripts/linux/timescaledb.sh,sha256=-thz4K7Eo_4IsNTQMLsmQdyMdVhW7NAMn5S2CB3-blE,3530
|
|
82
|
-
machineconfig/jobs/python_custom_installers/scripts/linux/vscode.sh,sha256=8S0nZpOeAdhpVHvygt6rs1sywCtjHNECfNNRhXMHWW8,5417
|
|
83
|
-
machineconfig/jobs/python_custom_installers/scripts/linux/warp-cli.sh,sha256=PVNLeYWdh3XEFllCVZDYIHBI42btjGlH5jbyXjJGz-Y,3033
|
|
84
|
-
machineconfig/jobs/python_custom_installers/scripts/linux/wezterm.sh,sha256=m697rRoIIVk-f8JdI1YQmphk-JWpMc5IYbD5YaQ3SeQ,1874
|
|
85
|
-
machineconfig/jobs/python_generic_installers/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
86
|
-
machineconfig/jobs/python_generic_installers/config.json,sha256=8oxCQANAy5lFVGUPNjavZT0ro8Su-dGj1fJael3Ohbc,19949
|
|
87
|
-
machineconfig/jobs/python_generic_installers/config.json.bak,sha256=dkrLpAs-xJ1gvpFd42yuWGoRkkE1MG-8fAhrMNrxt34,20678
|
|
88
|
-
machineconfig/jobs/python_generic_installers/dev/config.archive.json,sha256=1rZO1-5lxtbVGuXXoTTuvWjs54xlHHIAIIZYDAy8FSA,823
|
|
89
|
-
machineconfig/jobs/python_generic_installers/dev/config.json,sha256=ItwFXaLlIGwBS2SfmYwsqYU86fAKQmCfLD7vaneZgPA,26928
|
|
90
|
-
machineconfig/jobs/python_generic_installers/dev/config.json.bak,sha256=dKzCQNuQigcuTGw1uvhHkhG-kvp2UPHpv0X6XOTYtBE,29760
|
|
91
|
-
machineconfig/jobs/python_linux_installers/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
92
|
-
machineconfig/jobs/python_linux_installers/config.json,sha256=ieu42FP2ZNT9uWDCG8wwbfXRdKqi_fF5SpHclP3eRCY,4652
|
|
93
|
-
machineconfig/jobs/python_linux_installers/config.json.bak,sha256=rn2mss51IgiAKKmhPdQ0nmTC_aPFm-6rIfHdCBlEFBE,5324
|
|
94
|
-
machineconfig/jobs/python_linux_installers/archive/config.json,sha256=bpfrVl1Zcmb6FwrIh413bV_o2_e4NVA8RESZil10wZk,370
|
|
95
|
-
machineconfig/jobs/python_linux_installers/archive/config.json.bak,sha256=haf6H05bW2AC-CptfZBeNeMoQK60w8iWmCZ2aDiL4O0,302
|
|
96
|
-
machineconfig/jobs/python_linux_installers/dev/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
97
|
-
machineconfig/jobs/python_linux_installers/dev/config.json,sha256=4TyZJXUAkw9i6r0KoAu2Bug2WZN3qgD3Fe4SE1RWv8c,8308
|
|
98
|
-
machineconfig/jobs/python_linux_installers/dev/config.json.bak,sha256=IxlCuMfWX-SWCnQxQN5JBlxDIAHPvZRlSFbszqERj2w,9951
|
|
99
|
-
machineconfig/jobs/python_windows_installers/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
100
|
-
machineconfig/jobs/python_windows_installers/config.json,sha256=yBeLKqt0oLr1r94o-zuQmj941f2LswgRr3P3jN3syd0,2172
|
|
101
|
-
machineconfig/jobs/python_windows_installers/config.json.bak,sha256=_jMleGe2iqcOr4yc1ma4U-_6bgUsuqqLkCDAvypOCZQ,2256
|
|
102
|
-
machineconfig/jobs/python_windows_installers/archive/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
103
|
-
machineconfig/jobs/python_windows_installers/archive/file.json,sha256=sF9TUg7DQnq6R6qqLa9tRWfaQRfYKi4cy4T1hZ8yegU,314
|
|
104
|
-
machineconfig/jobs/python_windows_installers/dev/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
105
|
-
machineconfig/jobs/python_windows_installers/dev/config.json,sha256=yQ30QGCaNustz3Fd_hMxFPRQ7YnMrO-ONFw-niNlquc,41
|
|
106
|
-
machineconfig/jobs/python_windows_installers/dev/config.json.bak,sha256=-KWibjBW62-wbe6z28z9iK50kAIAyYxwtZZru37J1N4,4
|
|
107
86
|
machineconfig/jobs/windows/start_terminal.ps1,sha256=wy0fGwgb4U7xaHsONDrR4V5u9JEkG5vtt4NZUBx0ro8,473
|
|
108
87
|
machineconfig/jobs/windows/startup_file.cmd,sha256=qOqDwL0MmRB-fHauJKjOO0mhczyA3-cdRUyY1p7NCok,95
|
|
109
88
|
machineconfig/jobs/windows/archive/archive_pygraphviz.ps1,sha256=XBMaFurdY8smiLdeP3iAm2p1x4Ui_F3Ty9lHikKSfUk,708
|
|
@@ -112,7 +91,7 @@ machineconfig/jobs/windows/archive/openssh-server_copy-ssh-id.ps1,sha256=-7pElYi
|
|
|
112
91
|
machineconfig/jobs/windows/msc/cli_agents.bat,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
113
92
|
machineconfig/jobs/windows/msc/cli_agents.ps1,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
114
93
|
machineconfig/profile/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
115
|
-
machineconfig/profile/create.py,sha256=
|
|
94
|
+
machineconfig/profile/create.py,sha256=R-k5lIQqnhQfAO4vBfGhkprf9_ePl4Zb9W26jgKcvXQ,6498
|
|
116
95
|
machineconfig/profile/shell.py,sha256=rseM8irNSv8xAUj8pDucjCuuqJZoNtpSgKt9JOntoM0,9215
|
|
117
96
|
machineconfig/profile/records/generic/shares.toml,sha256=FduDztfyQtZcr5bfx-RSKhEEweweQSWfVXkKWnx8hCY,143
|
|
118
97
|
machineconfig/profile/records/linux/apps_summary_report.csv,sha256=pw9djvaRUPalKDLn2sl3odcbD2_Zx3aEupsQ8UPfaaY,2738
|
|
@@ -127,7 +106,7 @@ machineconfig/scripts/linux/cloud_mount,sha256=QnDUPUv9q3V14PONOwM4tAPHqOopF_uvj
|
|
|
127
106
|
machineconfig/scripts/linux/cloud_repo_sync,sha256=cUv2R7-SApsv6JZjESieg4uMZAjQP1G4egvrHMQsVrI,106
|
|
128
107
|
machineconfig/scripts/linux/cloud_sync,sha256=Tf5yr9D5Ca5tiIpbUBE3QDqZF22tsh32XedW-aHZ-lQ,96
|
|
129
108
|
machineconfig/scripts/linux/croshell,sha256=UZWGufTwtzCllRXrQ14YwCuAEZs--a1lJBW_kuNLhYg,100
|
|
130
|
-
machineconfig/scripts/linux/devops,sha256=
|
|
109
|
+
machineconfig/scripts/linux/devops,sha256=hQGs_cuu19dxeTB3CqZTJ6miZDwugfwh4NgrSlhWtOg,96
|
|
131
110
|
machineconfig/scripts/linux/fire,sha256=BXc8arF2ViX1YmY3DdqNGTh76tXfCuys2SrFLPO2GFg,94
|
|
132
111
|
machineconfig/scripts/linux/fire_agents,sha256=xB33C8weH0-l-3iuFyPR9wuGwDtSnBZIiAxuajAm5Os,102
|
|
133
112
|
machineconfig/scripts/linux/ftpx,sha256=wTZparnibEm3TTgc6gQyG6ZkngZm4cxOZVkYMDh5Zyg,95
|
|
@@ -165,11 +144,11 @@ machineconfig/scripts/python/cloud_mount.py,sha256=RFMzRUep2D5HtVXANIi-pab3EkI-W
|
|
|
165
144
|
machineconfig/scripts/python/cloud_repo_sync.py,sha256=GBhdUu9BJwhLYmhxxtvqJGLy7xKdQcnH9kkL4jcbzEE,9502
|
|
166
145
|
machineconfig/scripts/python/cloud_sync.py,sha256=RWGpAfJ9fnN18yNBSgN44dzA38Hmd4879JL5r2pcyrM,3514
|
|
167
146
|
machineconfig/scripts/python/croshell.py,sha256=shv0FmFfD2Br0EVE-zvpt4i5Tl8kliLlIvxkx0umGiA,8954
|
|
168
|
-
machineconfig/scripts/python/devops.py,sha256=
|
|
147
|
+
machineconfig/scripts/python/devops.py,sha256=NuCnXAyJ3VDx-wUO7CLvSDbqFiyMqxCb3_XINAcLe0I,6862
|
|
169
148
|
machineconfig/scripts/python/devops_add_identity.py,sha256=JfN3ZrYMCgmt4ks_VCfnV9BIIHAsOYO3E0W0wZ15FR8,3791
|
|
170
149
|
machineconfig/scripts/python/devops_add_ssh_key.py,sha256=KaoX83KltBsmutfKhSfZjd7nP_R1hJ2OLAWRhbswO7o,6889
|
|
171
150
|
machineconfig/scripts/python/devops_backup_retrieve.py,sha256=jZe5Vki7E2GCMG8hvqUZeOONFC4cNzISoGzq_dMG4GA,5601
|
|
172
|
-
machineconfig/scripts/python/devops_devapps_install.py,sha256=
|
|
151
|
+
machineconfig/scripts/python/devops_devapps_install.py,sha256=utqZdXD_2i9ZpOhgwgQAPTAhbXiop8xZCOk5eifWnuw,10850
|
|
173
152
|
machineconfig/scripts/python/devops_update_repos.py,sha256=c5qBc9cuTGDEqDHufkjDT4d_vvJsswv3tlqk9MAulYk,8063
|
|
174
153
|
machineconfig/scripts/python/dotfile.py,sha256=SRcX-9Ak1jRvF-killBTTm2IWcsNxfiLucH6ZsytAFA,2202
|
|
175
154
|
machineconfig/scripts/python/fire_agents.py,sha256=IpglbN30zJ1jIBzHNCR2LmPULoIdFaj2M0JBsEfZEZg,9216
|
|
@@ -226,7 +205,7 @@ machineconfig/scripts/python/ai/solutions/crush/crush.py,sha256=-Oxny7iaAPrR_vjR
|
|
|
226
205
|
machineconfig/scripts/python/ai/solutions/crush/privacy.md,sha256=X0YXyzP5UWete_yAiSIpD7KAyCSTUBDGpNDF-RFH-o8,108
|
|
227
206
|
machineconfig/scripts/python/ai/solutions/cursor/cursors.py,sha256=cc9pmB_yEeiyei8p5PvKowyit3dfUy7YhTwaaYkLyQg,468
|
|
228
207
|
machineconfig/scripts/python/ai/solutions/gemini/gemini.py,sha256=xqnLBOIB4Nb-3pqDICp83VkWuQfUBFHoDTEEn-3_jHw,712
|
|
229
|
-
machineconfig/scripts/python/ai/solutions/gemini/settings.json,sha256=
|
|
208
|
+
machineconfig/scripts/python/ai/solutions/gemini/settings.json,sha256=tFdtqZkytiozdWUSJylfJ1YjA-vSfIP31-Fg_VA6i1E,2298
|
|
230
209
|
machineconfig/scripts/python/ai/solutions/kilocode/privacy.md,sha256=oKOXnfFOdUuMlKwVf5MqeqCc24hZcjKE_e1MEXpijJI,117
|
|
231
210
|
machineconfig/scripts/python/ai/solutions/opencode/opencode.json,sha256=nahHKRw1dNzkUCS_vCX_fy2TisRtfg8DXH-D4N1iUVU,99
|
|
232
211
|
machineconfig/scripts/python/ai/solutions/opencode/opencode.py,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
|
|
@@ -379,7 +358,8 @@ machineconfig/setup_linux/others/openssh-server_add_pub_key.sh,sha256=UiJcD1o4Ue
|
|
|
379
358
|
machineconfig/setup_linux/web_shortcuts/android.sh,sha256=gzep6bBhK7FCBvGcXK0fdJCtkSfBOftt0aFyDZq_eMs,68
|
|
380
359
|
machineconfig/setup_linux/web_shortcuts/ascii_art.sh,sha256=RWcxH_Db7WHH37PclYmc92o6zAS557wGZxcYTuyTUZ0,3550
|
|
381
360
|
machineconfig/setup_linux/web_shortcuts/croshell.sh,sha256=X9-B1cVptbaFWaWTA-2ELNQx_2ktxu7ZVe48RvpCmkU,316
|
|
382
|
-
machineconfig/setup_linux/web_shortcuts/interactive.
|
|
361
|
+
machineconfig/setup_linux/web_shortcuts/interactive.py,sha256=z7-ZymdiQ5X3LLcB9KVxAsWqKsRf6R4e_gTAHXtbRQc,11189
|
|
362
|
+
machineconfig/setup_linux/web_shortcuts/interactive.sh,sha256=DOv0iYsDgavKrBkzTZm6hcuwfYok_isg6KDNr5h3fjk,2178
|
|
383
363
|
machineconfig/setup_linux/web_shortcuts/ssh.sh,sha256=k6BAY-zAWsi1beOMiZODxw4VOjZCTABZu__gxSET1eU,1924
|
|
384
364
|
machineconfig/setup_windows/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
385
365
|
machineconfig/setup_windows/others/docker.ps1,sha256=M8NfsSxH8YlmY92J4rSe1xWOwTW8IFrdgb8cI8Riu2E,311
|
|
@@ -390,13 +370,11 @@ machineconfig/setup_windows/web_shortcuts/croshell.ps1,sha256=cTQnegGLGYhuFY3Yuu
|
|
|
390
370
|
machineconfig/setup_windows/web_shortcuts/interactive.ps1,sha256=MEdWzltbnEOMYaqMAx8-TDy_VAs9svx5cZApqgio8-c,7197
|
|
391
371
|
machineconfig/setup_windows/web_shortcuts/ssh.ps1,sha256=Tj9axEugJE7I3AQ0w1eUGLPb8ufME5jvU5S7VUjlLJE,424
|
|
392
372
|
machineconfig/setup_windows/wt_and_pwsh/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
393
|
-
machineconfig/setup_windows/wt_and_pwsh/install_fonts.ps1,sha256=JsQfGAMkvirhiUmBNOifMlbum2PfHSs0-Akgj-J-WZw,3177
|
|
394
|
-
machineconfig/setup_windows/wt_and_pwsh/install_nerd_fonts.py,sha256=o9K7QMIw1cBdMxLQsOk64MAy1YgNNhPRYura8cdTLXI,4707
|
|
395
373
|
machineconfig/setup_windows/wt_and_pwsh/set_wt_settings.py,sha256=rZZJamy3YxAeJhdMIFR6IWtjgn1u1HUdbk1J24NtryE,6116
|
|
396
374
|
machineconfig/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
397
375
|
machineconfig/utils/accessories.py,sha256=W_9dLzjwNTW5JQk_pe3B2ijQ1nA2-8Kdg2r7VBtzgQs,4340
|
|
398
376
|
machineconfig/utils/code.py,sha256=pKPHInKgXJWeACVbxuE7sMdYeZCbNttaYCsfonGhFfc,4464
|
|
399
|
-
machineconfig/utils/installer.py,sha256=
|
|
377
|
+
machineconfig/utils/installer.py,sha256=N8Vg5P7SEwIZdjSNbwrocIOv1l2_D3pdNIG3zdzJ2iQ,8982
|
|
400
378
|
machineconfig/utils/io.py,sha256=ZXB3aataS1IZ_0WMcCRSmoN1nbkvEO-bWYcs-TpngqU,2872
|
|
401
379
|
machineconfig/utils/links.py,sha256=riNUrG8aGElRszdOPOic4M2AyOcpdcth_-y8JEiZpJ4,10253
|
|
402
380
|
machineconfig/utils/notifications.py,sha256=vvdsY5IX6XEiILTnt5lNyHxhCi0ljdGX2T_67VRfrG4,9009
|
|
@@ -416,14 +394,15 @@ machineconfig/utils/ai/generate_file_checklist.py,sha256=ajbmhcBToRugl75c_KZRq2X
|
|
|
416
394
|
machineconfig/utils/cloud/onedrive/setup_oauth.py,sha256=ZTVkqgrwbV_EoPvyT8dyOTUE0ur3BW4sa9o6QYtt5Bo,2341
|
|
417
395
|
machineconfig/utils/cloud/onedrive/transaction.py,sha256=m-aNcnWj_gfZVvJOSpkdIqjZxU_3nXx2CA-qKbQgP3I,26232
|
|
418
396
|
machineconfig/utils/installer_utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
397
|
+
machineconfig/utils/installer_utils/github_release_bulk.py,sha256=vK5WJ-a566egAIEHdKsn3iOAh5LBqeY4zPDHPgqHVcE,6887
|
|
419
398
|
machineconfig/utils/installer_utils/installer_abc.py,sha256=iB1_PZLQGouCdEA8bixdB4kZAQ2OnPqZeRcwaf4LzuI,5178
|
|
420
|
-
machineconfig/utils/installer_utils/installer_class.py,sha256=
|
|
399
|
+
machineconfig/utils/installer_utils/installer_class.py,sha256=Pvaz8n8BEBZMVzXyNprVN9djVkx8Qp-0WwR61BQ1eRc,22388
|
|
421
400
|
machineconfig/utils/schemas/fire_agents/fire_agents_input.py,sha256=CCs5ebomW1acKWZRpv9dyDzM-W6pwvVplikcutE2D8I,2339
|
|
422
|
-
machineconfig/utils/schemas/installer/installer_types.py,sha256=
|
|
401
|
+
machineconfig/utils/schemas/installer/installer_types.py,sha256=DLagmIe0G5-xg7HZ9VrlFCDk1gIbwvX7O4gZjwq0wh0,1326
|
|
423
402
|
machineconfig/utils/schemas/layouts/layout_types.py,sha256=M1ZFCz_kjRZPhxM19rIYUDR5lDDpwa09odR_ihtIFq0,1932
|
|
424
403
|
machineconfig/utils/schemas/repos/repos_types.py,sha256=ECVr-3IVIo8yjmYmVXX2mnDDN1SLSwvQIhx4KDDQHBQ,405
|
|
425
|
-
machineconfig-3.
|
|
426
|
-
machineconfig-3.
|
|
427
|
-
machineconfig-3.
|
|
428
|
-
machineconfig-3.
|
|
429
|
-
machineconfig-3.
|
|
404
|
+
machineconfig-3.95.dist-info/METADATA,sha256=hl-2jtRwoZ8Zbv9_cXqrzcoH_1_HMQ5ytRfxhI0dRoc,7032
|
|
405
|
+
machineconfig-3.95.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
406
|
+
machineconfig-3.95.dist-info/entry_points.txt,sha256=rSx_9gXd2stziS1OkNy__jF647hrRxRiF6zolLUELc4,1153
|
|
407
|
+
machineconfig-3.95.dist-info/top_level.txt,sha256=porRtB8qms8fOIUJgK-tO83_FeH6Bpe12oUVC670teA,14
|
|
408
|
+
machineconfig-3.95.dist-info/RECORD,,
|
|
@@ -1,63 +0,0 @@
|
|
|
1
|
-
"""ngrok
|
|
2
|
-
|
|
3
|
-
flagged as virus by 35% of antivirus engines
|
|
4
|
-
"""
|
|
5
|
-
|
|
6
|
-
import platform
|
|
7
|
-
from typing import Optional
|
|
8
|
-
from machineconfig.utils.schemas.installer.installer_types import InstallerData
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
config_dict: InstallerData = {
|
|
12
|
-
"appName": "ngrok",
|
|
13
|
-
"repoURL": "CUSTOM",
|
|
14
|
-
"doc": "ngrok secure introspectable tunnels to localhost",
|
|
15
|
-
"filenameTemplate": {"amd64": {"windows": "ngrok-stable-windows-amd64.zip", "linux": "ngrok-stable-linux-amd64.zip", "macos": ""}, "arm64": {"windows": "", "linux": "", "macos": ""}},
|
|
16
|
-
"stripVersion": False,
|
|
17
|
-
"exeName": "ngrok",
|
|
18
|
-
}
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
def main(version: Optional[str]):
|
|
22
|
-
print(f"""
|
|
23
|
-
{"=" * 150}
|
|
24
|
-
🔄 NGROK INSTALLER | Setting up secure tunnels to localhost
|
|
25
|
-
💻 Platform: {platform.system()}
|
|
26
|
-
{"=" * 150}
|
|
27
|
-
""")
|
|
28
|
-
|
|
29
|
-
_ = version
|
|
30
|
-
if platform.system() == "Windows":
|
|
31
|
-
print("🪟 Installing ngrok using winget on Windows...")
|
|
32
|
-
program = "winget install ngrok.ngrok --source winget"
|
|
33
|
-
elif platform.system() in ["Linux", "Darwin"]:
|
|
34
|
-
print("🐧 Installing ngrok using apt/nala on Linux...")
|
|
35
|
-
# as per https://ngrok.com/docs/getting-started/?os=linux
|
|
36
|
-
program = """
|
|
37
|
-
|
|
38
|
-
curl -s https://ngrok-agent.s3.amazonaws.com/ngrok.asc | \
|
|
39
|
-
sudo tee /etc/apt/trusted.gpg.d/ngrok.asc >/dev/null && \
|
|
40
|
-
echo "deb https://ngrok-agent.s3.amazonaws.com buster main" | \
|
|
41
|
-
sudo tee /etc/apt/sources.list.d/ngrok.list && \
|
|
42
|
-
sudo nala update && sudo nala install ngrok
|
|
43
|
-
"""
|
|
44
|
-
else:
|
|
45
|
-
error_msg = f"Unsupported platform: {platform.system()}"
|
|
46
|
-
print(f"""
|
|
47
|
-
{"⚠️" * 20}
|
|
48
|
-
❌ ERROR | {error_msg}
|
|
49
|
-
{"⚠️" * 20}
|
|
50
|
-
""")
|
|
51
|
-
raise NotImplementedError(error_msg)
|
|
52
|
-
|
|
53
|
-
print(f"""
|
|
54
|
-
{"=" * 150}
|
|
55
|
-
⚠️ SECURITY WARNING | ngrok has been flagged by some antivirus engines
|
|
56
|
-
🛡️ Use at your own risk - flagged by 35% of antivirus engines
|
|
57
|
-
{"=" * 150}
|
|
58
|
-
""")
|
|
59
|
-
return program
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
if __name__ == "__main__":
|
|
63
|
-
pass
|
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
from typing import Optional
|
|
2
|
-
from machineconfig.utils.schemas.installer.installer_types import InstallerData
|
|
3
|
-
import platform
|
|
4
|
-
|
|
5
|
-
config_dict: InstallerData = {
|
|
6
|
-
"appName": "aider-chat",
|
|
7
|
-
"repoURL": "https://github.com/paul-gauthier/aider",
|
|
8
|
-
"doc": "Aider Chat",
|
|
9
|
-
"filenameTemplate": {"amd64": {"windows": "aider-chat-{}.exe", "linux": "aider-chat-{}.deb", "macos": ""}, "arm64": {"windows": "", "linux": "", "macos": ""}},
|
|
10
|
-
"stripVersion": True,
|
|
11
|
-
"exeName": "aider-chat",
|
|
12
|
-
}
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
def main(version: Optional[str] = None):
|
|
16
|
-
print(f"""
|
|
17
|
-
{"=" * 150}
|
|
18
|
-
🤖 AIDER INSTALLER | Installing AI code assistant
|
|
19
|
-
💻 Platform: {platform.system()}
|
|
20
|
-
🔄 Version: {"latest" if version is None else version}
|
|
21
|
-
{"=" * 150}
|
|
22
|
-
""")
|
|
23
|
-
|
|
24
|
-
install_script = "uv tool install --force --python python3.12 aider-chat@latest"
|
|
25
|
-
|
|
26
|
-
print(f"""
|
|
27
|
-
{"=" * 150}
|
|
28
|
-
✅ SUCCESS | Installation command prepared:
|
|
29
|
-
📄 Command: {install_script}
|
|
30
|
-
{"=" * 150}
|
|
31
|
-
""")
|
|
32
|
-
|
|
33
|
-
return install_script
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
if __name__ == "__main__":
|
|
37
|
-
pass
|
|
@@ -1,78 +0,0 @@
|
|
|
1
|
-
"""
|
|
2
|
-
Installer
|
|
3
|
-
"""
|
|
4
|
-
|
|
5
|
-
# from machineconfig.utils.installer import get_latest_release
|
|
6
|
-
from typing import Optional
|
|
7
|
-
from machineconfig.utils.schemas.installer.installer_types import InstallerData
|
|
8
|
-
|
|
9
|
-
# https://docs.docker.com/desktop/install/ubuntu/
|
|
10
|
-
# https://docs.docker.com/engine/install/ubuntu/#install-using-the-repository
|
|
11
|
-
# https://stackoverflow.com/questions/41133455/docker-repository-does-not-have-a-release-file-on-running-apt-get-update-on-ubun
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
# url = r"https://github.com/koute/bytehound"
|
|
15
|
-
# fname = r"bytehound-x86_64-unknown-linux-gnu.tgz"
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
config_dict: InstallerData = {
|
|
19
|
-
"appName": "docker_desktop",
|
|
20
|
-
"repoURL": "CUSTOM",
|
|
21
|
-
"doc": """Docker Desktop for Ubuntu as per https://docs.docker.com/desktop/install/ubuntu/""",
|
|
22
|
-
"filenameTemplate": {"amd64": {"windows": "gh_{}_windows_amd64.zip", "linux": "gh_{}_linux_amd64.tar.gz", "macos": ""}, "arm64": {"windows": "", "linux": "", "macos": ""}},
|
|
23
|
-
"stripVersion": True,
|
|
24
|
-
"exeName": "docker",
|
|
25
|
-
}
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
def main(version: Optional[str]):
|
|
29
|
-
print(f"""
|
|
30
|
-
{"=" * 150}
|
|
31
|
-
🐳 DOCKER DESKTOP | Installing Docker Desktop for Ubuntu
|
|
32
|
-
🔄 Version: {"latest" if version is None else version}
|
|
33
|
-
📚 Source: https://docs.docker.com/desktop/install/ubuntu/
|
|
34
|
-
{"=" * 150}
|
|
35
|
-
""")
|
|
36
|
-
|
|
37
|
-
_ = version
|
|
38
|
-
|
|
39
|
-
print("""
|
|
40
|
-
📋 Installation steps:
|
|
41
|
-
1️⃣ Adding Docker's official GPG key
|
|
42
|
-
2️⃣ Adding repository to Apt sources
|
|
43
|
-
3️⃣ Updating package lists
|
|
44
|
-
4️⃣ Installing Docker components
|
|
45
|
-
""")
|
|
46
|
-
|
|
47
|
-
code = """
|
|
48
|
-
# Add Docker's official GPG key:
|
|
49
|
-
sudo apt-get update
|
|
50
|
-
sudo apt-get install ca-certificates curl gnupg
|
|
51
|
-
sudo install -m 0755 -d /etc/apt/keyrings
|
|
52
|
-
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo gpg --dearmor -o /etc/apt/keyrings/docker.gpg
|
|
53
|
-
sudo chmod a+r /etc/apt/keyrings/docker.gpg
|
|
54
|
-
|
|
55
|
-
# Add the repository to Apt sources:
|
|
56
|
-
echo \
|
|
57
|
-
"deb [arch=$(dpkg --print-architecture) signed-by=/etc/apt/keyrings/docker.gpg] https://download.docker.com/linux/ubuntu \
|
|
58
|
-
$(. /etc/os-release && echo "$VERSION_CODENAME") stable" | \
|
|
59
|
-
sudo tee /etc/apt/sources.list.d/docker.list > /dev/null
|
|
60
|
-
sudo apt-get update
|
|
61
|
-
|
|
62
|
-
sudo apt-get install docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin
|
|
63
|
-
|
|
64
|
-
"""
|
|
65
|
-
print(f"""
|
|
66
|
-
{"=" * 150}
|
|
67
|
-
ℹ️ INFO | After installation:
|
|
68
|
-
🔹 Run 'sudo docker run hello-world' to verify installation
|
|
69
|
-
🔹 Add your user to the docker group with 'sudo usermod -aG docker $USER'
|
|
70
|
-
🔹 Log out and back in to apply group changes
|
|
71
|
-
{"=" * 150}
|
|
72
|
-
""")
|
|
73
|
-
|
|
74
|
-
return code
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
if __name__ == "__main__":
|
|
78
|
-
pass
|
|
@@ -1,55 +0,0 @@
|
|
|
1
|
-
"""
|
|
2
|
-
natural language to API
|
|
3
|
-
https://github.com/ShishirPatil/gorilla
|
|
4
|
-
"""
|
|
5
|
-
|
|
6
|
-
# import subprocess
|
|
7
|
-
|
|
8
|
-
from machineconfig.utils.schemas.installer.installer_types import InstallerData
|
|
9
|
-
|
|
10
|
-
config_dict: InstallerData = {
|
|
11
|
-
"appName": "Gorilla",
|
|
12
|
-
"repoURL": "https://github.com/ShishirPatil/gorilla",
|
|
13
|
-
"doc": "natural language to API",
|
|
14
|
-
"filenameTemplate": {"amd64": {"windows": "", "linux": "", "macos": ""}},
|
|
15
|
-
"stripVersion": False,
|
|
16
|
-
"exeName": "goex",
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
ve_name = "goex"
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
def main():
|
|
23
|
-
print(f"""
|
|
24
|
-
{"=" * 150}
|
|
25
|
-
🦍 GORILLA INSTALLER | Natural language to API converter
|
|
26
|
-
🌐 Source: https://github.com/ShishirPatil/gorilla
|
|
27
|
-
📦 Virtual Environment: {ve_name}
|
|
28
|
-
{"=" * 150}
|
|
29
|
-
""")
|
|
30
|
-
|
|
31
|
-
print("🔄 Preparing installation script...")
|
|
32
|
-
install_script = """
|
|
33
|
-
|
|
34
|
-
cd ~/code/foreign
|
|
35
|
-
git clone https://github.com/ShishirPatil/gorilla --depth 1
|
|
36
|
-
cd gorilla/goex
|
|
37
|
-
uv sync
|
|
38
|
-
"""
|
|
39
|
-
|
|
40
|
-
print(f"""
|
|
41
|
-
{"=" * 150}
|
|
42
|
-
📋 INSTALLATION STEPS:
|
|
43
|
-
1️⃣ Creating Python 3.13 virtual environment: {ve_name}
|
|
44
|
-
2️⃣ Cloning Gorilla repository to ~/code/foreign
|
|
45
|
-
3️⃣ Installing Gorilla in development mode
|
|
46
|
-
{"=" * 150}
|
|
47
|
-
|
|
48
|
-
✅ Installation script prepared successfully!
|
|
49
|
-
""")
|
|
50
|
-
|
|
51
|
-
return install_script
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
if __name__ == "__main__":
|
|
55
|
-
pass
|
|
@@ -1,68 +0,0 @@
|
|
|
1
|
-
"""nerfont installer"""
|
|
2
|
-
|
|
3
|
-
import platform
|
|
4
|
-
from typing import Optional
|
|
5
|
-
from machineconfig.utils.schemas.installer.installer_types import InstallerData
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
config_dict: InstallerData = {
|
|
9
|
-
"appName": "nerdfont",
|
|
10
|
-
"repoURL": "CUSTOM",
|
|
11
|
-
"doc": "lightweight containerization",
|
|
12
|
-
"filenameTemplate": {"amd64": {"windows": "", "linux": "", "macos": ""}, "arm64": {"windows": "", "linux": "", "macos": ""}},
|
|
13
|
-
"stripVersion": False,
|
|
14
|
-
"exeName": "nerdfont",
|
|
15
|
-
}
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
def main(version: Optional[str]):
|
|
19
|
-
print(f"""
|
|
20
|
-
{"=" * 150}
|
|
21
|
-
🔤 NERD FONTS INSTALLER | Installing programming fonts with icons
|
|
22
|
-
💻 Platform: {platform.system()}
|
|
23
|
-
🔄 Version: {"latest" if version is None else version}
|
|
24
|
-
{"=" * 150}
|
|
25
|
-
""")
|
|
26
|
-
|
|
27
|
-
_ = version
|
|
28
|
-
if platform.system() == "Windows":
|
|
29
|
-
error_msg = "Nerd Fonts installation not supported on Windows through this installer"
|
|
30
|
-
print(f"""
|
|
31
|
-
{"⚠️" * 20}
|
|
32
|
-
❌ ERROR | {error_msg}
|
|
33
|
-
💡 TIP: Please download and install manually from https://www.nerdfonts.com
|
|
34
|
-
{"⚠️" * 20}
|
|
35
|
-
""")
|
|
36
|
-
raise NotImplementedError(error_msg)
|
|
37
|
-
elif platform.system() in ["Linux", "Darwin"]:
|
|
38
|
-
print("🐧 Installing Nerd Fonts on Linux using installation script...")
|
|
39
|
-
import machineconfig.jobs.python_custom_installers as module
|
|
40
|
-
from pathlib import Path
|
|
41
|
-
|
|
42
|
-
program = Path(module.__file__).parent.joinpath("scripts/linux/nerdfont.sh").read_text(encoding="utf-8")
|
|
43
|
-
else:
|
|
44
|
-
error_msg = f"Unsupported platform: {platform.system()}"
|
|
45
|
-
print(f"""
|
|
46
|
-
{"⚠️" * 20}
|
|
47
|
-
❌ ERROR | {error_msg}
|
|
48
|
-
{"⚠️" * 20}
|
|
49
|
-
""")
|
|
50
|
-
raise NotImplementedError(error_msg)
|
|
51
|
-
|
|
52
|
-
print(f"""
|
|
53
|
-
{"=" * 150}
|
|
54
|
-
ℹ️ INFO | Nerd Fonts features:
|
|
55
|
-
🎨 Programming fonts patched with icons
|
|
56
|
-
🔣 Includes icons from popular sets (FontAwesome, Devicons, etc.)
|
|
57
|
-
🖥️ Perfect for terminals and coding environments
|
|
58
|
-
🧰 Works with many terminal applications and editors
|
|
59
|
-
{"=" * 150}
|
|
60
|
-
""")
|
|
61
|
-
|
|
62
|
-
# _res = Terminal(stdin=subprocess.PIPE, stdout=subprocess.PIPE, stderr=subprocess.PIPE).run_script(script=program, shell="default").print(desc="Running custom installer", capture=True)
|
|
63
|
-
# run script here as it requires user input
|
|
64
|
-
return program
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
if __name__ == "__main__":
|
|
68
|
-
pass
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
given terminal access to a remote computer in my home in australia, and using frpc and frps, give me commands (no config files) to start a proxy server that enable me to access a website https://example.com.au that is only available in Australia, so I can access it from my vocation house in iraq. I have http port 8100 on my computer in australia accesssible securely to me everywhere through cloudflare.
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
# Start frps to listen on port 8100
|
|
7
|
-
./frps -p 8100
|
|
8
|
-
./frps --bind_addr 0.0.0.0 --bind_port 8100 --token "yoursecretqwe"
|
|
9
|
-
|
|
10
|
-
# Start frpc with HTTP proxy configuration
|
|
11
|
-
./frpc http --server_addr "AUSTRALIA_MACHINE_DOMAIN_OR_IP:8100" \
|
|
12
|
-
--token "yoursecret" \
|
|
13
|
-
--local_port 8080 \
|
|
14
|
-
--plugin http_proxy \
|
|
15
|
-
--plugin_local_addr "example.com.au:443" \
|
|
16
|
-
--plugin_host_header "example.com.au"
|
|
17
|
-
|
|
18
|
-
# Start local proxy to forward traffic
|
|
19
|
-
ssh -L 8080:example.com.au:443 localhost
|
|
20
|
-
# Now you can access the Australian site through: https://localhost:8080
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
---
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
./frps --bind_port=7000 --token=secret
|
|
27
|
-
|
|
28
|
-
./frpc http selfservice.hrms.sa.gov.au/PROD2:443 \
|
|
29
|
-
--server_addr=127.0.0.1 --server_port=7000 \
|
|
30
|
-
--token=secret
|
|
31
|
-
|
|
@@ -1,74 +0,0 @@
|
|
|
1
|
-
"""docker installer"""
|
|
2
|
-
|
|
3
|
-
import platform
|
|
4
|
-
from typing import Optional
|
|
5
|
-
from machineconfig.utils.schemas.installer.installer_types import InstallerData
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
config_dict: InstallerData = {
|
|
9
|
-
"appName": "docker",
|
|
10
|
-
"repoURL": "CUSTOM",
|
|
11
|
-
"doc": "lightweight containerization",
|
|
12
|
-
"filenameTemplate": {"amd64": {"windows": "", "linux": "", "macos": ""}, "arm64": {"windows": "", "linux": "", "macos": ""}},
|
|
13
|
-
"stripVersion": False,
|
|
14
|
-
"exeName": "docker",
|
|
15
|
-
}
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
def main(version: Optional[str]):
|
|
19
|
-
print(f"""
|
|
20
|
-
{"=" * 150}
|
|
21
|
-
🐳 DOCKER INSTALLER | Setting up containerization platform
|
|
22
|
-
💻 Platform: {platform.system()}
|
|
23
|
-
🔄 Version: {"latest" if version is None else version}
|
|
24
|
-
{"=" * 150}
|
|
25
|
-
""")
|
|
26
|
-
|
|
27
|
-
_ = version
|
|
28
|
-
if platform.system() == "Windows":
|
|
29
|
-
error_msg = "Docker installation not supported on Windows through this installer"
|
|
30
|
-
print(f"""
|
|
31
|
-
{"⚠️" * 20}
|
|
32
|
-
❌ ERROR | {error_msg}
|
|
33
|
-
💡 TIP: Please use Docker Desktop for Windows instead
|
|
34
|
-
{"⚠️" * 20}
|
|
35
|
-
""")
|
|
36
|
-
raise NotImplementedError(error_msg)
|
|
37
|
-
elif platform.system() in ["Linux", "Darwin"]:
|
|
38
|
-
system_name = "Linux" if platform.system() == "Linux" else "macOS"
|
|
39
|
-
print(f"🐧 Installing Docker on {system_name} using official script...")
|
|
40
|
-
import machineconfig.jobs.python_custom_installers as module
|
|
41
|
-
from pathlib import Path
|
|
42
|
-
|
|
43
|
-
if platform.system() == "Linux":
|
|
44
|
-
program = Path(module.__file__).parent.joinpath("scripts/linux/docker.sh").read_text(encoding="utf-8")
|
|
45
|
-
else: # Darwin/macOS
|
|
46
|
-
# For macOS, we'll use the same script or recommend Homebrew
|
|
47
|
-
program = "brew install --cask docker"
|
|
48
|
-
else:
|
|
49
|
-
error_msg = f"Unsupported platform: {platform.system()}"
|
|
50
|
-
print(f"""
|
|
51
|
-
{"⚠️" * 20}
|
|
52
|
-
❌ ERROR | {error_msg}
|
|
53
|
-
{"⚠️" * 20}
|
|
54
|
-
""")
|
|
55
|
-
raise NotImplementedError(error_msg)
|
|
56
|
-
|
|
57
|
-
print(f"""
|
|
58
|
-
{"=" * 150}
|
|
59
|
-
ℹ️ INFO | Docker features:
|
|
60
|
-
📦 Container-based virtualization
|
|
61
|
-
🚀 Simplified application deployment
|
|
62
|
-
🔄 Consistent development environments
|
|
63
|
-
🛡️ Isolated application environments
|
|
64
|
-
📊 Efficient resource utilization
|
|
65
|
-
{"=" * 150}
|
|
66
|
-
""")
|
|
67
|
-
|
|
68
|
-
# _res = Terminal(stdin=subprocess.PIPE, stdout=subprocess.PIPE, stderr=subprocess.PIPE).run_script(script=program, shell="default").print(desc="Running custom installer", capture=True)
|
|
69
|
-
# run script here as it requires user input
|
|
70
|
-
return program
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
if __name__ == "__main__":
|
|
74
|
-
pass
|