Deploy

deploy API on scaleway

Generate image with gitlab CI and deploy it on scaleway

deploy API on scaleway

Generate image with gitlab CI and deploy it on scaleway

GITLAB_SECRET_KEY=xxxx
SCW_SECRET_KEY=xxxx

REGISTRY_GITLAB=registry.gitlab.com
REGISTRY_SCALEWAY=rg.fr-par.scw.cloud/pp-registry-test1
#TAG=v3.13.8
TAG=0dd1ca77

docker login $REGISTRY_GITLAB -u nologin --password-stdin <<< "$GITLAB_SECRET_KEY"
docker login $REGISTRY_SCALEWAY -u nologin --password-stdin <<< "$SCW_SECRET_KEY"

docker pull $REGISTRY_GITLAB/arundo-tech/paxpar/paxpar-core:$TAG
docker tag $REGISTRY_GITLAB/arundo-tech/paxpar/paxpar-core:$TAG $REGISTRY_SCALEWAY/paxpar-core:$TAG
docker push $REGISTRY_SCALEWAY/paxpar-core:$TAG


# splitted conf
docker run -ti --rm \
    -e PP_CONF_1=s3://ppadmin:xxxx@ppref.arundo.tech:9000/pp-ref-common/_sys/conf/extend.yaml \
    -e PP_CONF_2=s3://ppadmin:xxxx@ppref.arundo.tech:9000/pp-ref-common/_sys/conf/extend.yaml \
    -e PP_CONF_3=s3://ppadmin:xxxx@ppref.arundo.tech:9000/pp-ref-common/_sys/conf/secret.yaml \
    $REGISTRY_GITLAB/arundo-tech/paxpar/paxpar-core:$TAG

# or single conf
docker run -ti --rm \
    -e PP_CONF=s3://ppadmin:xxxx@ppref.arundo.tech:9000/pp-ref-common/_sys/conf/single.yaml \
    -p 8881:8881 \
    $REGISTRY_GITLAB/arundo-tech/paxpar/paxpar-core:$TAG

docker run -ti --rm
-e PP_CONF=s3://ppadmin:minioh76zKE7DVpEQRGrd@ppref.arundo.tech:9000/pp-ref-common/_sys/conf/single.yaml
-p 8881:8881
$REGISTRY_GITLAB/arundo-tech/paxpar/paxpar-core:$TAG

pp-conv

TODO: enable auth with --api-enable-basic-auth

Enable basic authentication - will look for the GOTENBERG_API_BASIC_AUTH_USERNAME and GOTENBERG_API_BASIC_AUTH_PASSWORD environment variables.

See https://gotenberg.dev/docs/configuration

docker run -ti --rm -p 3000:3000 gotenberg/gotenberg:8.17

scw CLI

Config saved at ~/.config/scw/config.yaml:
access_key: SCW17J7YR1NG5407ZP7R
secret_key: 8394c0e8-xxxx-xxxx-xxxx-xxxxxxxxxxxx
default_organization_id: 0df4860a-ed72-479c-b0ec-5b0a33fd00b3
default_project_id: e3b0ea25-3d50-435f-a69b-53b3db8fc4a9
default_region: fr-par
default_zone: fr-par-1

TODO: add SSH key