Package Details: portainer-bin 2:2.21.5-1

Git Clone URL: https://aur.archlinux.org/portainer-bin.git (read-only, click to copy)
Package Base: portainer-bin
Description: A lightweight docker management UI
Upstream URL: https://github.com/portainer/portainer
Keywords: docker management monitoring webui
Licenses: zlib
Conflicts: portainer
Provides: portainer
Submitter: bbrks
Maintainer: envolution
Last Packager: envolution
Votes: 14
Popularity: 0.000194
First Submitted: 2020-03-08 04:00 (UTC)
Last Updated: 2024-12-20 01:45 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 Next › Last »

bbrks commented on 2022-04-01 10:55 (UTC) (edited on 2022-04-01 11:10 (UTC) by bbrks)

@flying-sheep Got it. I don't use the Edge Agent feature, so didn't even know it existed.

I'll push an update to expose as an env var in the service script so it can be overriden in the same way as BIND using TUNNEL_PORT

flying-sheep commented on 2022-04-01 09:56 (UTC)

@bbrks no, that’s the UI port. I know that one can be overridden. I’m talking about the --tunnel-port for which you don’t specify an env variable.

https://docs.portainer.io/v/ce-2.11/advanced/cli#configuration-flags-available-at-the-command-line

bbrks commented on 2022-03-13 14:40 (UTC) (edited on 2022-03-13 14:42 (UTC) by bbrks)

@flying-sheep The service script defines port 9000 by default but can already be overridden.

Use sudo systemctl edit portainer to set the BIND environment variable with an portainer.service.d/override.conf file.

e.g.

[Service]
Environment="BIND=:9123"

flying-sheep commented on 2022-02-27 08:56 (UTC)

Hi @bbrks, can you please make the tunnel port configurable?

I need my port 8000 for something else.

bbrks commented on 2022-02-15 12:22 (UTC)

Portainer have been screwing around with the 2.11.1 release a lot and it now looks like they've completely pulled it.

Will roll back this package to 2.11.0

markc commented on 2022-02-15 11:35 (UTC)

The latest version at Github seems to be 2.11.0, not 2.11.1

endlesik commented on 2022-02-10 19:18 (UTC)

Same as for Yura121, checksum for portainer-2.11.1-src.tar.gz became invalid

yura121 commented on 2022-02-10 11:27 (UTC) (edited on 2022-02-10 11:28 (UTC) by yura121)

==> Получение исходных файлов... -> Найден portainer.service -> Найден portainer.png -> Найден portainer.desktop -> Найден portainer-2.11.1-src.tar.gz -> Найден portainer-2.11.1-linux-amd64.tar.gz ==> Проверка файлов source с использованием sha256sums... portainer.service ... Готово portainer.png ... Готово portainer.desktop ... Готово portainer-2.11.1-src.tar.gz ... СБОЙ ==> ОШИБКА: Исходные файлы не прошли проверку целостности!


==> ERROR: Source files failed integrity check!

flying-sheep commented on 2022-02-07 23:11 (UTC) (edited on 2022-02-07 23:12 (UTC) by flying-sheep)

Could you please make --tunnel-port configurable in the same way as --bind=$BIND already is?

I have a service running on localhost:8000 and want to keep it there.