pwFoo

Results 251 comments of pwFoo

Haven't found a activitypub client. Looks like most clients are mastodon clients.

Tried pyinstaller to generate binary: https://github.com/six8/pyinstaller-alpine Start docker container with a shell ``` docker run --rm -ti -v "${PWD}:/src" --entrypoint sh six8/pyinstaller-alpine ``` Install needed make and "hidden imports" ```...

(closed) browser notifications are really important I think...

I don't know how to use ipfs network, but a simple media upload to server side assets directory or an S3 interface would be great! MinIO is a lightweight S3...

Hi @blacktop any plans to add that feature? Would be great to download a docker image and extract / export / unpack / ... (however you would call it...) the...

Should be fixed with the updated version here? https://github.com/frohoff/bocker

But the bocker version with fixed pull from @frohoff has more dependencies! https://github.com/frohoff/bocker/blob/master/bocker#L25 And `download-frozen-image-v2` needs curl, go and jq... https://github.com/moby/moby/blob/master/contrib/download-frozen-image-v2.sh#L11 Is there a way to download and extract docker...

@tst2005 Good point! [OS](https://github.com/moby/moby/blob/master/contrib/download-frozen-image-v2.sh#L39) and [ARCH](https://github.com/moby/moby/blob/master/contrib/download-frozen-image-v2.sh#L238) curl would be ok. What's about [jq](https://github.com/stedolan/jq/releases) (3,77MB binary linux64) [EDIT] Is there a simple bash script to download a docker image from a...

@AXGKl You should add python in dependency check? https://gist.github.com/AXGKl/9acf71366348e0ab0b85dd9258374792#file-docker_image_downloader-sh-L13 Python should be pre-installed with centos, but needs to be installed with other os variants?