No description
Find a file
2024-09-26 21:26:55 +02:00
epson Add license 2024-09-25 21:48:36 +02:00
resources Add license file for comicmono 2024-09-15 21:19:51 +02:00
templates Implement label length restrictions, and label width recommendation 2024-09-26 20:38:41 +02:00
.gitignore add user_data to .gitignore 2024-09-25 22:37:37 +02:00
.gitmodules Fully integrate the go library and reorganize files 2024-09-15 20:53:03 +02:00
app.py Set debug to false again 2024-09-26 21:26:55 +02:00
config.py Implement label length restrictions, and label width recommendation 2024-09-26 20:38:41 +02:00
file_handler.py Add license 2024-09-25 21:48:36 +02:00
gen_image.py Implement label length restrictions, and label width recommendation 2024-09-26 20:38:41 +02:00
label_printer.service add label_printer.service 2024-09-25 22:24:25 +02:00
LICENSE Add license 2024-09-25 21:48:36 +02:00
Makefile Make compiling on rpi possible 2024-09-25 22:20:55 +02:00
print.py Implement label length restrictions, and label width recommendation 2024-09-26 20:38:41 +02:00
process_image.py Handle pillow file errors and move intermediate file storage to ram 2024-09-26 21:24:46 +02:00
README.md Handle pillow file errors and move intermediate file storage to ram 2024-09-26 21:24:46 +02:00

steps I have taken while installing on pi

git clone [this repo] (I actually used scp) sudo apt install python3-flask rm -rf library_bridge.h and library_bridge.h

add: export GO111MODULE=on, to the first line of the Makefile make

edit dhcpcd.conf and uncomment and change: static ip_address=10.209.10.2/24 static routers=10.209.10.254 static domain_name_servers=10.209.10.255

edit /etc/nginx/sites-available/default and change:

location / { proxy_pass http://127.0.0.1:8080; proxy_redirect http://127.0.0.1:8080 $scheme://$host:8080; } to

location / { proxy_pass http://127.0.0.1:5000; proxy_redirect http://127.0.0.1:8080 $scheme://$host:5000; }

systemctl stop & enable labelapi.service cp to /etc/systemd/system label_printer.service, and enable