mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-10-28 19:12:53 +00:00
Compare commits
1 commit
5a986a0f4a
...
5a1dc17e4d
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5a1dc17e4d |
5 changed files with 8 additions and 15 deletions
11
.github/workflows/main.yml
vendored
11
.github/workflows/main.yml
vendored
|
|
@ -10,13 +10,6 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
- uses: lycheeverse/lychee-action@v1.9.1
|
||||||
- name: Run lychee link checker
|
|
||||||
uses: lycheeverse/lychee-action@v2.0.2
|
|
||||||
with:
|
with:
|
||||||
args: >
|
args: --verbose README.md
|
||||||
--verbose
|
|
||||||
--retry-wait-time 10
|
|
||||||
--max-retries 3
|
|
||||||
--user-agent "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36"
|
|
||||||
README.md
|
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
FROM ubuntu:24.04
|
FROM ubuntu:24.04
|
||||||
ENV DEBIAN_FRONTEND noninteractive
|
ENV DEBIAN_FRONTEND noninteractive
|
||||||
ENV ES_VER=8.19.2
|
ENV ES_VER=8.18.4
|
||||||
#
|
#
|
||||||
# Include dist
|
# Include dist
|
||||||
COPY dist/ /root/dist/
|
COPY dist/ /root/dist/
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
FROM node:22.17.1-alpine3.22
|
FROM node:20.19.2-alpine3.20
|
||||||
ENV KB_VER=8.19.2
|
ENV KB_VER=8.18.4
|
||||||
#
|
#
|
||||||
# Include dist
|
# Include dist
|
||||||
COPY dist/ /root/dist/
|
COPY dist/ /root/dist/
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
FROM ubuntu:24.04
|
FROM ubuntu:24.04
|
||||||
ENV DEBIAN_FRONTEND=noninteractive
|
ENV DEBIAN_FRONTEND=noninteractive
|
||||||
ENV LS_VER=8.19.2
|
ENV LS_VER=8.18.4
|
||||||
#
|
#
|
||||||
# Include dist
|
# Include dist
|
||||||
COPY dist/ /root/dist/
|
COPY dist/ /root/dist/
|
||||||
|
|
|
||||||
|
|
@ -33,8 +33,8 @@ RUN apk --no-cache -U upgrade && \
|
||||||
xmljson && \
|
xmljson && \
|
||||||
#
|
#
|
||||||
# Setup ewsposter
|
# Setup ewsposter
|
||||||
git clone https://github.com/telekom-security/ewsposter /opt/ewsposter && \
|
# git clone https://github.com/telekom-security/ewsposter /opt/ewsposter && \
|
||||||
# git clone https://github.com/telekom-security/ewsposter -b v1.33 /opt/ewsposter && \
|
git clone https://github.com/telekom-security/ewsposter -b v1.33 /opt/ewsposter && \
|
||||||
mkdir -p /opt/ewsposter/spool /opt/ewsposter/log && \
|
mkdir -p /opt/ewsposter/spool /opt/ewsposter/log && \
|
||||||
#
|
#
|
||||||
# Setup user and groups
|
# Setup user and groups
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue