feat: refs #7022 Added cdn #5

Merged
guillermo merged 7 commits from 7022-rwmap into master 2024-09-11 06:33:33 +00:00
Member
No description provided.
guillermo added 1 commit 2024-07-02 10:51:34 +00:00
juan requested changes 2024-07-05 07:41:34 +00:00
Dismissed
@ -0,0 +1,8 @@
version: '3'
Owner

El fichero compose no debe ir en este repo, solo el Dockerfile y los ficheros necesarios para generar la imagen

El fichero compose no debe ir en este repo, solo el Dockerfile y los ficheros necesarios para generar la imagen
guillermo marked this conversation as resolved
guillermo added 1 commit 2024-07-08 05:29:56 +00:00
guillermo requested review from juan 2024-07-08 05:29:58 +00:00
guillermo added 1 commit 2024-08-14 09:07:20 +00:00
guillermo added 2 commits 2024-08-14 09:12:07 +00:00
guillermo added 1 commit 2024-08-14 09:31:01 +00:00
juan approved these changes 2024-08-15 08:04:08 +00:00
Dismissed
juan left a comment
Owner

Correcto pero revisar comentario.

Correcto pero revisar comentario.
cdn/rwmap.pl Outdated
@ -0,0 +21,4 @@
if (-e "/usr/local/apache2/htdocs/$newPath") {
print "/$newPath\n";
} else {
print "/image/$input\n";
Owner

Creo que se nos ha colado en las pruebas y debería ser solo print "/$input\n"; dado que $input ya incluye image.

Creo que se nos ha colado en las pruebas y debería ser solo `print "/$input\n";` dado que `$input` ya incluye image.
guillermo marked this conversation as resolved
guillermo added 1 commit 2024-09-02 05:42:32 +00:00
guillermo requested review from juan 2024-09-02 05:42:34 +00:00
juan approved these changes 2024-09-05 07:37:25 +00:00
guillermo merged commit 2cc0242b50 into master 2024-09-11 06:33:33 +00:00
guillermo deleted branch 7022-rwmap 2024-09-11 06:33:33 +00:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: verdnatura/vn-docker#5
No description provided.