Package Details: outline-manager-appimage 1.15.2-2

Git Clone URL: https://aur.archlinux.org/outline-manager-appimage.git (read-only, click to copy)
Package Base: outline-manager-appimage
Description: Creates and manages Outline servers, powered by Shadowsocks.
Upstream URL: https://github.com/Jigsaw-Code/outline-server
Keywords: jigsaw-code manager outline proxy shadowsocks
Licenses: Apache
Provides: outline-manager
Submitter: DuckSoft
Maintainer: Felixoid
Last Packager: Felixoid
Votes: 5
Popularity: 0.25
First Submitted: 2021-01-13 07:13 (UTC)
Last Updated: 2024-10-19 15:31 (UTC)

Dependencies (1)

Required by (0)

Sources (1)

Pinned Comments

Felixoid commented on 2024-10-17 12:49 (UTC)

If somebody wants to mark a package as outdated, please, bring the link to download a newer version.

Here's a docker command on how to get the fresh version:

docker run -i --entrypoint=python public.ecr.aws/lambda/python:3.12 <<EOF
from pprint import pprint
from boto3 import client
from botocore import UNSIGNED
from botocore.client import Config
s3c = client('s3',config=Config(signature_version=UNSIGNED))
pprint([o['Key'] for o in s3c.list_objects_v2(Bucket='outline-releases', Prefix='manager/linux')['Contents'] if o['Key'].endswith('.AppImage')])
EOF

Latest Comments

1 2 Next › Last »

Felixoid commented on 2024-10-17 12:49 (UTC)

If somebody wants to mark a package as outdated, please, bring the link to download a newer version.

Here's a docker command on how to get the fresh version:

docker run -i --entrypoint=python public.ecr.aws/lambda/python:3.12 <<EOF
from pprint import pprint
from boto3 import client
from botocore import UNSIGNED
from botocore.client import Config
s3c = client('s3',config=Config(signature_version=UNSIGNED))
pprint([o['Key'] for o in s3c.list_objects_v2(Bucket='outline-releases', Prefix='manager/linux')['Contents'] if o['Key'].endswith('.AppImage')])
EOF

Felixoid commented on 2024-10-17 12:07 (UTC) (edited on 2024-10-17 12:21 (UTC) by Felixoid)

And the link to download an appimage file?

https://getoutline.org/get-started/#step-1 gives a link to stable version, without any other hints..

Although, we have some another hint!

In [92]: [o['Key'] for o in client.list_objects_v2(Bucket='outline-releases', Prefix='manager/linux/')['Contents'] if o['Key'].endswith('.AppImage')]
Out[92]:
['manager/linux/1.10.0/1/Outline-Manager.AppImage',
 'manager/linux/1.10.1/1/Outline-Manager.AppImage',
 'manager/linux/1.11.0/1/Outline-Manager.AppImage',
 'manager/linux/1.12.0/1/Outline-Manager.AppImage',
 'manager/linux/1.13.0/1/Outline-Manager.AppImage',
 'manager/linux/1.14.0/1/Outline-Manager.AppImage',
 'manager/linux/1.15.0/1/Outline-Manager.AppImage',
 'manager/linux/1.15.1/1/Outline-Manager.AppImage',
 'manager/linux/1.15.2/1/Outline-Manager.AppImage',
 'manager/linux/stable/Outline-Manager.AppImage']

jetexe commented on 2024-10-10 15:17 (UTC)

the release can be found in https://github.com/Jigsaw-Code/outline-apps/tags by manager_linux prefix

Felixoid commented on 2024-07-24 05:17 (UTC)

Marking the package as outdated without providing a way to download a particular version won't magically make it up to date.

The Jigsaw doesn't have a place to download a particular version. Without it, the package can't be maintained

Felixoid commented on 2024-06-05 08:36 (UTC) (edited on 2024-07-23 07:48 (UTC) by Felixoid)

The https://github.com/Jigsaw-Code/outline-releases is archived and no more

https://github.com/Jigsaw-Code/outline-server/releases has nothing to do with the manager

Felixoid commented on 2022-11-24 12:28 (UTC)

It's definitely cursed on their side.. it's 1.12.0 in https://github.com/Jigsaw-Code/outline-releases/commit/e184220537413d9da477fe8d5f3498d49d14e373, but there's no such tag in https://github.com/Jigsaw-Code/outline-server. Although, there's 1.13.0, and there's no such file in s3

I'll just use the current one. Thank you for the update. Sorry I've missed it

vpkopylov commented on 2022-10-13 16:16 (UTC)

@Felixoid No links in their documentation as far as I can see, but I found this file https://github.com/Jigsaw-Code/outline-releases/blob/master/manager/latest-linux.yml

Felixoid commented on 2022-10-13 09:54 (UTC)

@vpkopylov

Can you provide a link to their documentation with the link, please? I'd like to add it as a comment in PKGBUILD

vpkopylov commented on 2022-08-27 11:08 (UTC)

@Felixoid Why can't we use urls from s3? For example https://s3.amazonaws.com/outline-releases/manager/linux/1.10.1/1/Outline-Manager.AppImage ? Look's like it points to a specific version.

Felixoid commented on 2022-08-24 10:55 (UTC)

@behonest it's not the client package

Regarding out-of-date flag, I a bit struggle updating it from s3, and filled out the request to spin-out the releases on GH https://github.com/Jigsaw-Code/outline-server/issues/1152