adamus1red

Results 15 issues of adamus1red

Specific example is Alpine where the [repos](https://pkgs.alpinelinux.org/packages?name=docker&branch=edge) use `docker` rather than `docker-ce` or `docker-ee`

Uses the builtin `cache-from`/`cache-to` options from the `docker/buil-push-action` to write out the buildx cache. Using the github `actions/cache` action the buildx cache is stored by github for future runs.

Currently CI installer artifacts for Windows use the current version (2.14.3) as their version string. This should probably be changed to reflect that it is not an offcial release and...

win32
ci

### Description It appears that the $GITHUB_SHA variable is not being correctly expanded to be the actual correct value as part of the docker container build. This means that the...

good first issue
type:bug
awaiting-triage

Adds a template type to allow easier creation of scheduled maintainance tasks

When trying to build from the Dockerfile, the build fails due to /etc/privoxy/config not existing. ```adamus1red@docker109:~/torproxy $ docker build . Sending build context to Docker daemon 36.35kB Step 1/8 :...

When trying to build from the Dockerfile, the build fails due to /etc/privoxy/config not existing. ```adamus1red@docker109:~/torproxy $ docker build . Sending build context to Docker daemon 36.35kB Step 1/8 :...

Adds support for builds using buildx on github actions. This removes the need for seperate Dockerfiles for each platform and makes it easier to add or remove support for additional...

Adds support for builds using buildx on github actions. This removes the need for seperate Dockerfiles for each platform and makes it easier to add or remove support for additional...

**Description** Add a configurable set option similar to BotServ SAYCALLER to enable or disable **Example** ``` /cs set #test saykicker off /cs kick #test idiot bye

wontfix