@@ -31,57 +31,57 @@ build-push:
31
31
32
32
.PHONY : deploy27
33
33
deploy27 :
34
- docker exec master-stable27-1 sudo -u www-data php occ app_api:app:unregister to_gif --silent || true
34
+ docker exec master-stable27-1 sudo -u www-data php occ app_api:app:unregister to_gif --silent --force || true
35
35
docker exec master-stable27-1 sudo -u www-data php occ app_api:app:deploy to_gif docker_dev \
36
36
--info-xml https://raw.githubusercontent.com/cloud-py-api/nc_py_api/main/examples/as_app/to_gif/appinfo/info.xml
37
37
38
38
.PHONY : deploy28
39
39
deploy28 :
40
- docker exec master-stable28-1 sudo -u www-data php occ app_api:app:unregister to_gif --silent || true
40
+ docker exec master-stable28-1 sudo -u www-data php occ app_api:app:unregister to_gif --silent --force || true
41
41
docker exec master-stable28-1 sudo -u www-data php occ app_api:app:deploy to_gif docker_dev \
42
42
--info-xml https://raw.githubusercontent.com/cloud-py-api/nc_py_api/main/examples/as_app/to_gif/appinfo/info.xml
43
43
44
44
.PHONY : deploy
45
45
deploy :
46
- docker exec master-nextcloud-1 sudo -u www-data php occ app_api:app:unregister to_gif --silent || true
46
+ docker exec master-nextcloud-1 sudo -u www-data php occ app_api:app:unregister to_gif --silent --force || true
47
47
docker exec master-nextcloud-1 sudo -u www-data php occ app_api:app:deploy to_gif docker_dev \
48
48
--info-xml https://raw.githubusercontent.com/cloud-py-api/nc_py_api/main/examples/as_app/to_gif/appinfo/info.xml
49
49
50
50
.PHONY : run27
51
51
run27 :
52
- docker exec master-stable27-1 sudo -u www-data php occ app_api:app:unregister to_gif --silent || true
52
+ docker exec master-stable27-1 sudo -u www-data php occ app_api:app:unregister to_gif --silent --force || true
53
53
docker exec master-stable27-1 sudo -u www-data php occ app_api:app:register to_gif docker_dev --force-scopes \
54
54
--info-xml https://raw.githubusercontent.com/cloud-py-api/nc_py_api/main/examples/as_app/to_gif/appinfo/info.xml
55
55
56
56
.PHONY : run28
57
57
run28 :
58
- docker exec master-stable28-1 sudo -u www-data php occ app_api:app:unregister to_gif --silent || true
58
+ docker exec master-stable28-1 sudo -u www-data php occ app_api:app:unregister to_gif --silent --force || true
59
59
docker exec master-stable28-1 sudo -u www-data php occ app_api:app:register to_gif docker_dev --force-scopes \
60
60
--info-xml https://raw.githubusercontent.com/cloud-py-api/nc_py_api/main/examples/as_app/to_gif/appinfo/info.xml
61
61
62
62
.PHONY : run
63
63
run :
64
- docker exec master-nextcloud-1 sudo -u www-data php occ app_api:app:unregister to_gif --silent || true
64
+ docker exec master-nextcloud-1 sudo -u www-data php occ app_api:app:unregister to_gif --silent --force || true
65
65
docker exec master-nextcloud-1 sudo -u www-data php occ app_api:app:register to_gif docker_dev --force-scopes \
66
66
--info-xml https://raw.githubusercontent.com/cloud-py-api/nc_py_api/main/examples/as_app/to_gif/appinfo/info.xml
67
67
68
68
.PHONY : register27
69
69
register27 :
70
- docker exec master-stable27-1 sudo -u www-data php occ app_api:app:unregister to_gif --silent || true
70
+ docker exec master-stable27-1 sudo -u www-data php occ app_api:app:unregister to_gif --silent --force || true
71
71
docker exec master-stable27-1 sudo -u www-data php occ app_api:app:register to_gif manual_install --json-info \
72
72
"{\"appid\" :\"to_gif\",\"name\":\"to_gif\",\"daemon_config_name\":\"manual_install\",\"version\":\"1.0.0\",\"secret\":\"12345\",\"host\":\"host.docker.internal\",\"port\":9031,\"scopes\":{\"required\":[\"FILES\", \"NOTIFICATIONS\"],\"optional\":[]},\"protocol\":\"http\",\"system_app\":0}" \
73
73
--force-scopes --wait-finish
74
74
75
75
.PHONY : register28
76
76
register28 :
77
- docker exec master-stable28-1 sudo -u www-data php occ app_api:app:unregister to_gif --silent || true
77
+ docker exec master-stable28-1 sudo -u www-data php occ app_api:app:unregister to_gif --silent --force || true
78
78
docker exec master-stable28-1 sudo -u www-data php occ app_api:app:register to_gif manual_install --json-info \
79
79
"{\"appid\" :\"to_gif\",\"name\":\"to_gif\",\"daemon_config_name\":\"manual_install\",\"version\":\"1.0.0\",\"secret\":\"12345\",\"host\":\"host.docker.internal\",\"port\":9031,\"scopes\":{\"required\":[\"FILES\", \"NOTIFICATIONS\"],\"optional\":[]},\"protocol\":\"http\",\"system_app\":0}" \
80
80
--force-scopes --wait-finish
81
81
82
82
.PHONY : register
83
83
register :
84
- docker exec master-nextcloud-1 sudo -u www-data php occ app_api:app:unregister to_gif --silent || true
84
+ docker exec master-nextcloud-1 sudo -u www-data php occ app_api:app:unregister to_gif --silent --force || true
85
85
docker exec master-nextcloud-1 sudo -u www-data php occ app_api:app:register to_gif manual_install --json-info \
86
86
"{\"appid\" :\"to_gif\",\"name\":\"to_gif\",\"daemon_config_name\":\"manual_install\",\"version\":\"1.0.0\",\"secret\":\"12345\",\"host\":\"host.docker.internal\",\"port\":9031,\"scopes\":{\"required\":[\"FILES\", \"NOTIFICATIONS\"],\"optional\":[]},\"protocol\":\"http\",\"system_app\":0}" \
87
87
--force-scopes --wait-finish
0 commit comments