Private
Public Access
2
0

5 Commits

Author SHA1 Message Date
05f415d727 Update seb4itik/byow/galaxy.yml
All checks were successful
Publish collection to Galaxy / publish (push) Successful in 39s
2026-04-08 11:50:39 +02:00
8109fcd18b caddy: Fix bug default custom_cert
Some checks failed
Publish collection to Galaxy / publish (push) Has been cancelled
2026-04-08 12:50:03 +03:00
f5b4a493fd Update seb4itik/byow/galaxy.yml
All checks were successful
Publish collection to Galaxy / publish (push) Successful in 39s
2026-04-08 08:54:38 +02:00
15fc072b76 Update .gitea/workflows/publish.yml
Some checks failed
Publish collection to Galaxy / publish (push) Has been cancelled
2026-04-08 08:54:01 +02:00
2f1623b853 Update seb4itik/byow/galaxy.yml
Some checks failed
Publish collection to Galaxy / publish (push) Failing after 39s
2026-04-08 08:08:11 +02:00
3 changed files with 11 additions and 11 deletions

View File

@@ -22,12 +22,12 @@ jobs:
# - uses: actions/gitea-upload-artifact@v3
# with:
# path: /workspace/itik/bgwaf/seb4itik/byow/seb4itik-byow-0.1.2.tar.gz
- name: Push artifacts
run: |
GITEA_REPO_OWNER=$(echo $GITEA_REPOSITORY | cut -d"/" -f1) && \
GITEA_REPO_NAME=$(echo $GITEA_REPOSITORY | cut -d"/" -f2) && \
curl \
-X PUT \
-H "Authorization: token ${{ secrets.CI_GITEA_PACKAGES_TOKEN }}" \
--upload-file seb4itik-byow-${VER}.tar.gz \
$GITEA_SERVER_URL/api/packages/${GITEA_REPO_OWNER}/generic/${GITEA_REPO_NAME}/${GITEA_SHA}/seb4itik-byow-${VER}.tar.gz
# - name: Push artifacts
# run: |
# GITEA_REPO_OWNER=$(echo $GITEA_REPOSITORY | cut -d"/" -f1) && \
# GITEA_REPO_NAME=$(echo $GITEA_REPOSITORY | cut -d"/" -f2) && \
# curl \
# -X PUT \
# -H "Authorization: token ${{ secrets.CI_GITEA_PACKAGES_TOKEN }}" \
# --upload-file seb4itik-byow-${VER}.tar.gz \
# $GITEA_SERVER_URL/api/packages/${GITEA_REPO_OWNER}/generic/${GITEA_REPO_NAME}/${GITEA_SHA}/seb4itik-byow-${VER}.tar.gz

View File

@@ -1,6 +1,6 @@
namespace: "seb4itik"
name: "byow"
version: "0.3.1"
version: "0.3.4"
readme: "README.md"
authors:
- "S. Namèche <sebastien@itik.fr>"

View File

@@ -178,7 +178,7 @@
}
{% endfor %}
{% if site.custom_cert | default (false) %}
{% if site.custom_cert | default (caddy_sites_defaults.custom_cert) %}
tls {{ site.custom_cert_file }} {{ site.custom_cert_key_file }}
{% endif %}