This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| # Booklore File Uploader | |
| # Uploads files to Booklore API | |
| # | |
| # Required environment variables: | |
| # BOOKLORE_HOST - Booklore server URL (e.g., http://192.168.7.3:6060) | |
| # BOOKLORE_USERNAME - Booklore username | |
| # BOOKLORE_PASSWORD - Booklore password | |
| # BOOKLORE_LIBRARY_ID - Library ID to upload to |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "basics": { | |
| "name": "Regis Tremblay Lefrancois", | |
| "label": "System Architect | Docker | Python | Cloud ", | |
| "image": "https://avatars.githubusercontent.com/u/2913464?v=4", | |
| "email": "regg00@gmail.com", | |
| "website": "", | |
| "summary": "", | |
| "location": { | |
| "countryCode": "CA", |