Package Details: portainer-bin 2:2.20.0-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: custom:zlib
Conflicts: portainer
Provides: portainer
Submitter: bbrks
Maintainer: bbrks
Last Packager: bbrks
Votes: 14
Popularity: 0.063043
First Submitted: 2020-03-08 04:00 (UTC)
Last Updated: 2024-03-20 21:09 (UTC)

Latest Comments

1 2 3 4 5 Next › Last »

Natetronn commented on 2023-10-08 17:14 (UTC)

@bbrks that's great, thank you!

bbrks commented on 2023-10-07 09:52 (UTC)

@Natetronn I've changed the port used in .desktop, 9443 is enabled by default (but now also customizable with BIND_HTTPS)

I've also added a CUSTOM_ARGS variable you can use to set --http-disabled if you do not want to expose Portainer over the plaintext HTTP/9000 port.

sudo systemctl edit portainer

[Service]
Environment="CUSTOM_ARGS=--http-disabled"

Natetronn commented on 2023-10-06 20:26 (UTC)

Hi @bbrks. Would it be more secure to use 9443 instead of 9000 in the portiainer.service and portainer.desktop, since Portainer generates and uses a self-signed SSL cert?

By default, Portainer generates and uses a self-signed SSL certificate to secure port 9443. Alternatively you can provide your own SSL certificate during installation or via the Portainer UI after installation is complete.

bx376 commented on 2023-09-11 15:58 (UTC) (edited on 2023-09-15 20:03 (UTC) by bx376)

Hi @bbrks! I'm trying to upgrade to Portainer BE as they are distributing three free BE licenses for every user, but cannot see the upgrade banner.

If there was a modification, is there a way to see the upgrade banner?

https://www.portainer.io/take-3

bbrks commented on 2023-09-01 19:11 (UTC)

@ak2021 Yep. I've reverted and bumped epoch to force a roll-back to 2.18.4 until a new 2.19 is published.

ak2021 commented on 2023-09-01 12:56 (UTC)

Has 2.19.0 been removed?

newsboost commented on 2023-02-12 20:29 (UTC)

Hi, sorry if this is a stupid question, but is it better to use this AUR-package than run "portainer/portainer-ce:latest" in docker?

Turtizzle commented on 2022-11-10 12:44 (UTC) (edited on 2022-11-11 12:50 (UTC) by Turtizzle)

Oh my god. I could have guessed that based on the portainer.service file in the sources... it never even crossed my mind. Thank you very much!

bbrks commented on 2022-11-09 15:56 (UTC)

@Turtizzle this application is designed to run as a systemd service

You can start it using

sudo systemctl start portainer

If you really want to run it from the command line, you will need to provide additional arguments like the service script does. E.g.

portainer --data /var/lib/portainer --assets /usr/share/portainer

Turtizzle commented on 2022-11-09 15:15 (UTC) (edited on 2022-11-09 15:15 (UTC) by Turtizzle)

I get a "404 page not found" when trying to access localhost:9000 after starting portainer. I do not understand what's causing the error - running docker images in terminal works fine.

alex@iris ~ % sudo portainer
[sudo] Passwort für alex:
2022/11/09 04:03PM INF github.com/portainer/portainer/api/cmd/portainer/main.go:530 > encryption key file not present | filename=portainer
2022/11/09 04:03PM INF github.com/portainer/portainer/api/cmd/portainer/main.go:549 > proceeding without encryption key |
2022/11/09 04:03PM INF github.com/portainer/portainer/api/database/boltdb/db.go:124 > loading PortainerDB | filename=portainer.db
2022/11/09 16:03:03 server: Reverse tunnelling enabled
2022/11/09 16:03:03 server: Fingerprint 7c:31:d9:7f:99:fe:dd:0e:45:9c:a2:5b:98:08:2c:dd
2022/11/09 16:03:03 server: Listening on 0.0.0.0:8000...
2022/11/09 04:03PM INF github.com/portainer/portainer/api/cmd/portainer/main.go:789 > starting Portainer | build_number=24941 go_version=1.19.3 image_tag=linux-amd64-2.16.1 nodejs_version=18.12.1 version=2.16.1 webpack_version=5.68.0 yarn_version=1.22.19
2022/11/09 04:03PM INF github.com/portainer/portainer/api/http/server.go:337 > starting HTTPS server | bind_address=:9443
2022/11/09 04:03PM INF github.com/portainer/portainer/api/http/server.go:322 > starting HTTP server | bind_address=:9000