|
4 | 4 | "version": "PTDL_v2", |
5 | 5 | "update_url": null |
6 | 6 | }, |
7 | | - "exported_at": "2023-06-06T20:07:06-07:00", |
| 7 | + "exported_at": "2023-11-06T17:15:55-08:00", |
8 | 8 | "name": "Python Chatbot", |
9 | 9 | |
10 | 10 | "description": null, |
11 | 11 | "features": null, |
12 | 12 | "docker_images": { |
13 | | - "Python 3.11": "ghcr.io\/parkervcp\/yolks:python_3.11", |
14 | | - "Python 3.10": "ghcr.io\/parkervcp\/yolks:python_3.10", |
15 | | - "Python 3.9": "ghcr.io\/parkervcp\/yolks:python_3.9", |
16 | | - "Python 3.8": "ghcr.io\/parkervcp\/yolks:python_3.8", |
17 | | - "Python 3.7": "ghcr.io\/parkervcp\/yolks:python_3.7", |
18 | | - "Python 2.7": "ghcr.io\/parkervcp\/yolks:python_2.7" |
| 13 | + "ghcr.io\/loki-101\/yolks:pypy_3.10": "ghcr.io\/loki-101\/yolks:pypy_3.10" |
19 | 14 | }, |
20 | 15 | "file_denylist": [], |
21 | | - "startup": "if [[ ! -z \"{{PY_PACKAGES}}\" ]]; then pip install -U --prefix .local {{PY_PACKAGES}}; fi; if [[ -f \/home\/container\/${REQUIREMENTS_FILE} ]]; then pip install -U --prefix .local -r ${REQUIREMENTS_FILE}; fi; \/usr\/local\/bin\/python \/home\/container\/{{PY_FILE}}", |
| 16 | + "startup": "if [[ -d .git ]] && [[ \"0\" == \"1\" ]]; then git pull; fi; if [[ ! -z \"\" ]]; then \/opt\/pypy\/bin\/pip install -U --prefix .local ; fi; if [[ -f \/home\/container\/${REQUIREMENTS_FILE} ]]; then \/opt\/pypy\/bin\/pip install -U --prefix .local -r ${REQUIREMENTS_FILE}; fi; \/opt\/pypy\/bin\/pypy \/home\/container\/app.py", |
22 | 17 | "config": { |
23 | 18 | "files": "{}", |
24 | 19 | "startup": "{\r\n \"done\": \"Bot Name\"\r\n}", |
25 | 20 | "logs": "{}", |
26 | | - "stop": "^^C" |
| 21 | + "stop": "^C" |
27 | 22 | }, |
28 | 23 | "scripts": { |
29 | 24 | "installation": { |
|
35 | 30 | "variables": [ |
36 | 31 | { |
37 | 32 | "name": "App py file", |
38 | | - "description": "The file that starts the App.", |
| 33 | + "description": "The file that starts the app.", |
39 | 34 | "env_variable": "PY_FILE", |
40 | 35 | "default_value": "app.py", |
41 | 36 | "user_viewable": true, |
|
0 commit comments