--var(primary)
for badge
?
\n\nOther clients will see the hash, this is not about removal but hiding it here, on the web interface.
custom.css
using a <textarea>
like the one used for the logo.
\nroot@arrakis:~# docker run -p 8000:8000 prologic/yarnd\ntime="2021-10-02T17:35:15Z" level=warning msg="error loading pod settings: open data/settings.yaml: no such file or directory"\ntime="2021-10-02T17:35:15Z" level=error msg="error validating config" error="error: COOKIE_SECRET is not configured!"\ntime="2021-10-02T17:35:15Z" level=fatal msg="error creating server" error="error validating config: error: COOKIE_SECRET is not configured!"\n
\nWhere can I find those missing details? 😂
\nWARNING: Ignoring https://dl-cdn.alpinelinux.org/alpine/v3.14/main: temporary error (try again later)\n[...]\nWARNING: Ignoring https://dl-cdn.alpinelinux.org/alpine/v3.14/community: temporary error (try again later)\nERROR: unable to select packages:\nERROR: Service 'yarnd' failed to build: The command '/bin/sh -c apk add --no-cache -U build-base git make ffmpeg-dev' returned a non-zero code: 4\n
Makefile
. On deps
, changed install
for get
. It will fail once more telling me minify isn't installed. After installing minify
, it says:\n\nError: unknown shorthand flag: 'b' in -b\n
\nGiving the docker approach a try. 😬
make deps
:\n\n\ncan't load package: package github.com/tdewolff/minify/v2/cmd/minify@latest: can only use path@version syntax with 'go get'\n
\nDoes anyone knows how, or what to do, to overcome it? Doing some slight research, but thought I would twted it, just in case.