Zoey

Results 23 issues of Zoey

# License Agreement for Contributions By submitting this pull request, I acknowledge and agree that my contributions will be included in Stirling-PDF and that they can be relicensed in the...

2. developing
enhancement

### Describe the problem to be solved Hello, since I think in the topic of docker, there can be many things improved here, I want to mention them: Debian based...

Type: Discussion :thought_balloon:
Component: Docker :whale:

### Describe the bug If I ask the API using version_file//update it gives me the latest version, but if I do the it with the same hash and version_files/update it...

bug

### Summary I've looked into the Dockerfiles and found (like clamav for example, but it is alo in other dockerfiles): `LABEL maintainer "The Infrastructure Company GmbH GmbH "` not sure,...

enhancement

Signed-off-by: Zoey the port 2375 is used for https and http closes #12

### Summary I've looked into some Dockerfiles and found: `apk add --update --no-cache`, which means you don't use the local cache, but at the same time update it, while not...

enhancement

Hello, if I run one of this Caddyfiles: ``` { debug default_bind 0.0.0.0 [::] servers 0.0.0.0:443 { protocols h1 h2 h2c h3 } servers [::]:443 { protocols h1 h2 h2c...

bug :lady_beetle:

Dockerfile: ```Dockerfile FROM python:3.12-alpine3.19 RUN apk add --no-cache ca-certificates build-base libffi-dev go && \ python3 -m venv /usr/local && \ pip install --no-cache-dir \ certbot==2.8.0 \ certbot-dns-multi==4.15.0 ``` ```console #...

help wanted

### Issue Summary when I run (on x64 server): ``` npm_config_target_platform=linux npm_config_target_arch=arm64 yarn add [email protected] file node_modules/sqlite3/lib/binding/napi-v6-linux-musl-arm64/node_sqlite3.node ``` it returns: `node_modules/sqlite3/lib/binding/napi-v6-linux-musl-arm64/node_sqlite3.node: ELF 64-bit LSB shared object, ARM aarch64, version 1...

install problem