pedro
768851090a
settings.ini.example: legacy, use capital boolean
2024-11-12 01:16:25 +01:00
pedro
4cb3e34b6b
legacy: use public_url, url is not very useful
...
also refactor vars so it is easier to read
2024-11-12 01:15:34 +01:00
pedro
b4d86fcc12
pxe: restart dnsmasq after applying config
...
useful on first init of service
2024-11-11 14:50:33 +01:00
pedro
a857db5de1
pxe: improve init bugfix
2024-11-11 14:05:22 +01:00
pedro
192861b47e
pxe: improve first init
2024-11-11 14:04:17 +01:00
pedro
f7c3e138f1
pxe: add the missing env
2024-11-11 13:58:37 +01:00
pedro
13f38dacb8
deploy-workbench: add qrencode deb dependency
2024-11-11 13:17:37 +01:00
pedro
cf81579819
workbench-script: in legacy, lshw is a json object
2024-11-11 02:30:30 +01:00
pedro
2d0048433b
workbench-script.py: server error is provided
2024-11-11 02:24:06 +01:00
pedro
3fb1cd19dc
settings.ini.example: better localhost by default
...
then avoid sending data by default to the internet, that's weird
2024-11-09 19:42:44 +01:00
pedro
d9e85dca36
settings.ini.example: better example/ref
2024-11-09 19:41:26 +01:00
pedro
12209c84fa
workbench-script: bugfix when url is used
2024-11-08 20:14:08 +01:00
pedro
55eec35d58
relevant improvement in locales
...
- locales fixed
- keyboard works
- better prepared for other LANGs
2024-11-08 20:13:37 +01:00
pedro
5889e81f04
Merge pull request 'issue 100 new url in qr for evidence instead of device' ( #5 ) from issue_100 into main
...
Reviewed-on: #5
2024-11-08 17:28:15 +00:00
pedro
c1867d1ce3
add es translations to new logs
2024-11-08 18:27:44 +01:00
pedro
8ac0da99fe
wb.py: improved error msgs when sending to URL
2024-11-08 18:27:44 +01:00
Cayo Puigdefabregas
71e06b13a4
fix process for show qr
2024-11-08 18:27:44 +01:00
Cayo Puigdefabregas
82f93a9446
fix legacy case
2024-11-08 18:27:44 +01:00
Cayo Puigdefabregas
b1136e3dd8
issue 100 new url in qr for evidence instead of device
2024-11-08 18:27:44 +01:00
pedro
af780b1247
Makefile: even easier generate translations
2024-11-08 18:27:24 +01:00
pedro
da7b78eae3
pxe: .env generated once from example file
2024-11-08 18:20:47 +01:00
pedro
e8b1d62290
change strategy on example files (added -v to cps)
...
- if it does not exist, copy once from example
- added -v flag to cps that did not have it
2024-11-06 19:31:44 +01:00
pedro
3e5e151bef
make nfs mount verbose
...
related to #4
2024-11-05 04:49:09 +01:00
Cayo Puigdefabregas
81a3c5240b
fix workbench-script name
2024-10-24 09:07:59 +02:00
pedro
09b7f085ef
deploy-workbench: note on debug line
2024-10-18 10:48:02 +02:00
pedro
56fd404e41
test_pxe: change net device
...
virtio is better for virtualization, which is the case
2024-10-17 01:53:42 +02:00
pedro
4ca5b47989
refactor pxe settings.ini.example
...
what is more reasonable is to test pxe with `make test_pxe`, once you
have it working, you might want to put it in a test lab, and from
there to production
put then, a settings.ini that facilitates the most basic testing in localhost
2024-10-16 22:52:51 +02:00
pedro
1ef84b60e9
pxe install: establish force true on conditional
2024-10-16 22:52:22 +02:00
pedro
bb4a267ab5
pxe install: remove the duplicated dirname cd
2024-10-16 22:52:02 +02:00
pedro
abaf9a5829
deploy-workbench: add python facilitator dep
2024-10-16 22:32:07 +02:00
pedro
44546c55a7
deploy workbench: comment requirements.txt
2024-10-16 22:13:32 +02:00
pedro
555d37e5c3
comment requirements.txt until we have them
...
Reported by Thomas Rusiecki
2024-10-16 20:17:58 +02:00
pedro
f946a566a2
clarificación README-es.md
2024-10-16 00:32:39 +02:00
pedro
a3644afc2b
añade dependencias workbench-script
2024-10-16 00:32:02 +02:00
pedro
a2e33d2b13
add logger and locale for spanish
2024-10-16 00:27:57 +02:00
pedro
9954f70e6c
Merge pull request 'legacy-mode' ( #3 ) from legacy-mode into main
...
Reviewed-on: #3
2024-10-15 12:17:25 +00:00
pedro
ba83ccba88
we know lshw might fail, do not load as json
2024-10-15 14:13:37 +02:00
pedro
92658ebc86
improve error msg
2024-10-15 14:13:37 +02:00
pedro
cc02b65263
workbench: use url instead of public_url
2024-10-15 14:13:37 +02:00
pedro
ddcd956220
inform of executed command
...
and discovered a command without the sudo
2024-10-15 14:13:37 +02:00
pedro
1f88aae0ac
remove requests dependency, use vanilla urllib
2024-10-15 14:13:37 +02:00
pedro
2291d0994b
add lspci command
...
which was required by legacy server
2024-10-15 14:13:37 +02:00
pedro
47a8e24850
allow more response codes
2024-10-15 14:13:37 +02:00
Cayo Puigdefabregas
46447cebaa
qr for workbench
2024-10-15 14:13:37 +02:00
Cayo Puigdefabregas
e4203df44c
fix parsing to old devicehub
2024-10-15 14:13:33 +02:00
pedro
fb69206f53
workbench-script: verify if snapshot was received
2024-10-15 14:13:11 +02:00
Cayo Puigdefabregas
6bf1746829
add legacy mode
...
make workbench-script compatible with the old devicehub
2024-10-15 14:13:04 +02:00
pedro
f86852e89e
Merge pull request 'feature: workbench pxe' ( #2 ) from pxe into main
...
Reviewed-on: #2
2024-09-28 02:19:31 +00:00
pedro
23f277231a
pxe: more on customize pxe menus, give example
2024-09-27 23:18:56 -03:00
pedro
d2e5b1f824
pxe: allow personalization of boot menus
2024-09-27 23:18:56 -03:00