Skip to content

Convertigo: add tips to readme #2059

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Oct 22, 2021

Conversation

nicolas-albert
Copy link
Contributor

Thx !

The default `COOKIE_SAMESITE` value is *empty* and can be defined this way:

```console
$ docker run -d �name C8O -e COOKIE_SAMESITE=lax -p 28080:28080 convertigo
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
$ docker run -d name C8O -e COOKIE_SAMESITE=lax -p 28080:28080 convertigo
$ docker run -d --name C8O -e COOKIE_SAMESITE=lax -p 28080:28080 %%IMAGE%%

The default `SESSION_TIMEOUT` value is *30* and can be defined this way:

```console
$ docker run -d �name C8O -e SESSION_TIMEOUT=5 -p 28080:28080 convertigo
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
$ docker run -d name C8O -e SESSION_TIMEOUT=5 -p 28080:28080 convertigo
$ docker run -d --name C8O -e SESSION_TIMEOUT=5 -p 28080:28080 %%IMAGE%%

The default `DISABLE_SUDO` value is *empty* and can be defined this way:

```console
$ docker run -d �name C8O -e DISABLE_SUDO=true -p 28080:28080 convertigo
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
$ docker run -d name C8O -e DISABLE_SUDO=true -p 28080:28080 convertigo
$ docker run -d --name C8O -e DISABLE_SUDO=true -p 28080:28080 %%IMAGE%%

nicolas-albert and others added 2 commits October 22, 2021 01:48
This will auto-adjust for the per-architecture pages like amd64/convertigo

Co-authored-by: Tianon Gravi <[email protected]>
This will auto-adjust for the per-architecture pages like
amd64/convertigo
The default `COOKIE_SAMESITE` value is *empty* and can be defined this way:

```console
$ docker run -d -�name C8O -e COOKIE_SAMESITE=lax -p 28080:28080 %%IMAGE%%
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like your editor is still dropping some weird characters in here? I can take over and push to the branch from here if that'd be helpful.

Suggested change
$ docker run -d -name C8O -e COOKIE_SAMESITE=lax -p 28080:28080 %%IMAGE%%
$ docker run -d --name C8O -e COOKIE_SAMESITE=lax -p 28080:28080 %%IMAGE%%

The default `SESSION_TIMEOUT` value is *30* and can be defined this way:

```console
$ docker run -d -�name C8O -e SESSION_TIMEOUT=5 -p 28080:28080 %%IMAGE%%
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
$ docker run -d -name C8O -e SESSION_TIMEOUT=5 -p 28080:28080 %%IMAGE%%
$ docker run -d --name C8O -e SESSION_TIMEOUT=5 -p 28080:28080 %%IMAGE%%

The default `DISABLE_SUDO` value is *empty* and can be defined this way:

```console
$ docker run -d -�name C8O -e DISABLE_SUDO=true -p 28080:28080 %%IMAGE%%
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
$ docker run -d -name C8O -e DISABLE_SUDO=true -p 28080:28080 %%IMAGE%%
$ docker run -d --name C8O -e DISABLE_SUDO=true -p 28080:28080 %%IMAGE%%

@tianon tianon merged commit 2778ffd into docker-library:master Oct 22, 2021
@nicolas-albert nicolas-albert deleted the convertigo-2021.10.07 branch September 26, 2023 14:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants