anchorpoint-install 0.77.1__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,67 @@
1
+ __pycache__/
2
+ *.pyc
3
+ .venv/
4
+ venv/
5
+ .env
6
+ .env.*
7
+ *-key.json
8
+ # Slice 16 moved dashboard accounts into the users table and deleted this file,
9
+ # so nothing reads it any more. The ignore stays because DASHBOARD.md tells an
10
+ # upgrading deployment to put one here for the one-shot --import-file, and for
11
+ # the length of that window it is a file of live password hashes sitting at a
12
+ # stageable path in a directory the release step bulk-adds.
13
+ config/dashboard-users.yaml
14
+ .pytest_cache/
15
+ .ruff_cache/
16
+ .superpowers/
17
+
18
+ # graphify knowledge graph outputs. Regenerated by /graphify from the tree
19
+ # itself, and it carries an extraction cache keyed on file hashes, so it is
20
+ # derived state rather than source.
21
+ graphify-out/
22
+
23
+ # Deployment-level config is per installation. The committed file is
24
+ # deployment.yaml.example.
25
+ config/deployment.yaml
26
+
27
+ # The fleet receiver's own SQLite file. Local runtime state, not source, and
28
+ # it lives on the receiver's own infrastructure rather than in the repo.
29
+ # DEFAULT_DB resolves to this exact path at the repo root when
30
+ # ANCHORPOINT_FLEET_DB is unset, so this is where a local run actually
31
+ # writes it. The three sibling files SQLite leaves beside it in rollback
32
+ # journal or WAL mode are runtime state too, not a second copy of anything.
33
+ fleet.sqlite3
34
+ fleet.sqlite3-journal
35
+ fleet.sqlite3-wal
36
+ fleet.sqlite3-shm
37
+
38
+ # The console's dependencies and its built bundle. The bundle is produced by
39
+ # the Dockerfile's node stage at build time and by `npm run build` locally, so
40
+ # committing it would be committing a build output that goes stale silently.
41
+ console/node_modules/
42
+ anchorpoint/dashboard/static/
43
+ console/*.tsbuildinfo
44
+
45
+ # The npm client's dependencies. Its compiler, not a runtime dependency: the
46
+ # package declares none. Its build output needs no line here, because the
47
+ # dist/ below matches at any depth.
48
+ npm-connect/node_modules/
49
+
50
+ # Release bundles. Hundreds of megabytes of image tarball per release
51
+ # (S358), built into dist/ by scripts/build-release.py and carried to a
52
+ # client by hand or by a link. Never committed.
53
+ dist/
54
+
55
+ # The alias package has no dependencies of its own to install, but a
56
+ # stray npm install in it would leave a tree behind.
57
+ npm-alias/node_modules/
58
+ npm-alias/*.tgz
59
+
60
+ # A demo enterprise's record of which invoices it has already reviewed, written
61
+ # beside its runner after every run. Output rather than configuration, despite
62
+ # living under config/: it carries timestamps, task and session ids and per-run
63
+ # spend, it is rewritten on every invoice of every night, and a second machine's
64
+ # copy would describe a different week. The runner refuses a file it cannot
65
+ # read rather than starting fresh, so losing one is recoverable by hand; a
66
+ # committed one that disagrees with the deployment it is restored beside is not.
67
+ config/demo-enterprises/*/run-state.json
@@ -0,0 +1,94 @@
1
+ Business Source License 1.1
2
+
3
+ Parameters
4
+
5
+ Licensor: Sagacian
6
+ Licensed Work: Anchorpoint 0.70.0
7
+ The Licensed Work is (c) 2026 Sagacian
8
+ Additional Use Grant: You may make use of the Licensed Work, provided that you
9
+ do not use it in production. A use is in production if it
10
+ routes, governs or records traffic belonging to anybody
11
+ other than the licensee's own employees while they are
12
+ evaluating the Licensed Work.
13
+ Change Date: 2029-09-09
14
+ Change License: Apache License, Version 2.0
15
+
16
+ For information about alternative licensing arrangements for the Licensed Work,
17
+ please contact the Licensor.
18
+
19
+ -----------------------------------------------------------------------------
20
+
21
+ Business Source License 1.1
22
+
23
+ Terms
24
+
25
+ The Licensor hereby grants you the right to copy, modify, create derivative
26
+ works, redistribute, and make non-production use of the Licensed Work. The
27
+ Licensor may make an Additional Use Grant, above, permitting limited production
28
+ use.
29
+
30
+ Effective on the Change Date, or the fourth anniversary of the first publicly
31
+ available distribution of a specific version of the Licensed Work under this
32
+ License, whichever comes first, the Licensor hereby grants you rights under
33
+ the terms of the Change License, and the rights granted in the paragraph
34
+ above terminate.
35
+
36
+ If your use of the Licensed Work does not comply with the requirements
37
+ currently in effect as described in this License, you must purchase a
38
+ commercial license from the Licensor, its affiliated entities, or authorized
39
+ resellers, or you must refrain from using the Licensed Work.
40
+
41
+ All copies of the original and modified Licensed Work, and derivative works of
42
+ the Licensed Work, are subject to this License. This License applies
43
+ separately for each version of the Licensed Work and the Change Date may vary
44
+ for each version of the Licensed Work released by Licensor.
45
+
46
+ You must conspicuously display this License on each original or modified copy
47
+ of the Licensed Work. If you receive the Licensed Work in original or modified
48
+ form from a third party, the terms and conditions set forth in this License
49
+ apply to your use of that work.
50
+
51
+ Any use of the Licensed Work in violation of this License will automatically
52
+ terminate your rights under this License for the current and all other
53
+ versions of the Licensed Work.
54
+
55
+ This License does not grant you any right in any trademark or logo of Licensor
56
+ or its affiliates (provided that you may use a trademark or logo of Licensor
57
+ as expressly required by this License).
58
+
59
+ TO THE EXTENT PERMITTED BY APPLICABLE LAW, THE LICENSED WORK IS PROVIDED ON AN
60
+ "AS IS" BASIS. LICENSOR HEREBY DISCLAIMS ALL WARRANTIES AND CONDITIONS,
61
+ EXPRESS OR IMPLIED, INCLUDING (WITHOUT LIMITATION) WARRANTIES OF
62
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, NON-INFRINGEMENT, AND
63
+ TITLE.
64
+
65
+ MariaDB hereby grants you permission to use this License's text to license
66
+ your works, and to refer to it using the trademark "Business Source License",
67
+ as long as you comply with the Covenants of Licensor below.
68
+
69
+ Covenants of Licensor
70
+
71
+ In consideration of the right to use this License's text and the "Business
72
+ Source License" name and trademark, Licensor covenants to MariaDB, and to all
73
+ other recipients of the licensed work to be provided by Licensor:
74
+
75
+ 1. To specify as the Change License the GPL Version 2.0 or any later version,
76
+ or a license that is compatible with GPL Version 2.0 or a later version,
77
+ where "compatible" means that software provided under the Change License can
78
+ be included in a program with software provided under GPL Version 2.0 or a
79
+ later version. Licensor may specify additional Change Licenses without
80
+ limitation.
81
+
82
+ 2. To either: (a) specify an additional grant of rights to use that does not
83
+ impose any additional restriction on the right granted in this License, as
84
+ the Additional Use Grant; or (b) insert the text "None".
85
+
86
+ 3. To specify a Change Date.
87
+
88
+ 4. Not to modify this License in any other way.
89
+
90
+ Notice
91
+
92
+ The Business Source License (this document, or the "License") is not an Open
93
+ Source license. However, the Licensed Work will eventually be made available
94
+ under an Open Source License, as stated in this License.
@@ -0,0 +1,16 @@
1
+ Anchorpoint
2
+ Copyright (c) 2026 Sagacian
3
+
4
+ This release is licensed under the Business Source License 1.1 (see LICENSE).
5
+ Its Change Date is three years from the date of this release, on which day this
6
+ release, and only this release, becomes available under the Apache License,
7
+ Version 2.0. Every release carries its own Change Date, so a later release does
8
+ not delay the conversion of an earlier one.
9
+
10
+ The name Anchorpoint and the release signing identity are not licensed by
11
+ LICENSE. See TRADEMARKS.md.
12
+
13
+ The client connector published to npm as anchorpoint-connect, and its alias
14
+ @sagacian-anchorpoint/connect, are licensed under the MIT License instead. They
15
+ are a client library a customer embeds in their own application, and the
16
+ production restriction above is the one thing a client library must not carry.
@@ -0,0 +1,127 @@
1
+ Metadata-Version: 2.5
2
+ Name: anchorpoint-install
3
+ Version: 0.77.1
4
+ Summary: Install Anchorpoint from a signed release bundle.
5
+ License: Business Source License 1.1
6
+
7
+ Parameters
8
+
9
+ Licensor: Sagacian
10
+ Licensed Work: Anchorpoint 0.70.0
11
+ The Licensed Work is (c) 2026 Sagacian
12
+ Additional Use Grant: You may make use of the Licensed Work, provided that you
13
+ do not use it in production. A use is in production if it
14
+ routes, governs or records traffic belonging to anybody
15
+ other than the licensee's own employees while they are
16
+ evaluating the Licensed Work.
17
+ Change Date: 2029-09-09
18
+ Change License: Apache License, Version 2.0
19
+
20
+ For information about alternative licensing arrangements for the Licensed Work,
21
+ please contact the Licensor.
22
+
23
+ -----------------------------------------------------------------------------
24
+
25
+ Business Source License 1.1
26
+
27
+ Terms
28
+
29
+ The Licensor hereby grants you the right to copy, modify, create derivative
30
+ works, redistribute, and make non-production use of the Licensed Work. The
31
+ Licensor may make an Additional Use Grant, above, permitting limited production
32
+ use.
33
+
34
+ Effective on the Change Date, or the fourth anniversary of the first publicly
35
+ available distribution of a specific version of the Licensed Work under this
36
+ License, whichever comes first, the Licensor hereby grants you rights under
37
+ the terms of the Change License, and the rights granted in the paragraph
38
+ above terminate.
39
+
40
+ If your use of the Licensed Work does not comply with the requirements
41
+ currently in effect as described in this License, you must purchase a
42
+ commercial license from the Licensor, its affiliated entities, or authorized
43
+ resellers, or you must refrain from using the Licensed Work.
44
+
45
+ All copies of the original and modified Licensed Work, and derivative works of
46
+ the Licensed Work, are subject to this License. This License applies
47
+ separately for each version of the Licensed Work and the Change Date may vary
48
+ for each version of the Licensed Work released by Licensor.
49
+
50
+ You must conspicuously display this License on each original or modified copy
51
+ of the Licensed Work. If you receive the Licensed Work in original or modified
52
+ form from a third party, the terms and conditions set forth in this License
53
+ apply to your use of that work.
54
+
55
+ Any use of the Licensed Work in violation of this License will automatically
56
+ terminate your rights under this License for the current and all other
57
+ versions of the Licensed Work.
58
+
59
+ This License does not grant you any right in any trademark or logo of Licensor
60
+ or its affiliates (provided that you may use a trademark or logo of Licensor
61
+ as expressly required by this License).
62
+
63
+ TO THE EXTENT PERMITTED BY APPLICABLE LAW, THE LICENSED WORK IS PROVIDED ON AN
64
+ "AS IS" BASIS. LICENSOR HEREBY DISCLAIMS ALL WARRANTIES AND CONDITIONS,
65
+ EXPRESS OR IMPLIED, INCLUDING (WITHOUT LIMITATION) WARRANTIES OF
66
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, NON-INFRINGEMENT, AND
67
+ TITLE.
68
+
69
+ MariaDB hereby grants you permission to use this License's text to license
70
+ your works, and to refer to it using the trademark "Business Source License",
71
+ as long as you comply with the Covenants of Licensor below.
72
+
73
+ Covenants of Licensor
74
+
75
+ In consideration of the right to use this License's text and the "Business
76
+ Source License" name and trademark, Licensor covenants to MariaDB, and to all
77
+ other recipients of the licensed work to be provided by Licensor:
78
+
79
+ 1. To specify as the Change License the GPL Version 2.0 or any later version,
80
+ or a license that is compatible with GPL Version 2.0 or a later version,
81
+ where "compatible" means that software provided under the Change License can
82
+ be included in a program with software provided under GPL Version 2.0 or a
83
+ later version. Licensor may specify additional Change Licenses without
84
+ limitation.
85
+
86
+ 2. To either: (a) specify an additional grant of rights to use that does not
87
+ impose any additional restriction on the right granted in this License, as
88
+ the Additional Use Grant; or (b) insert the text "None".
89
+
90
+ 3. To specify a Change Date.
91
+
92
+ 4. Not to modify this License in any other way.
93
+
94
+ Notice
95
+
96
+ The Business Source License (this document, or the "License") is not an Open
97
+ Source license. However, the Licensed Work will eventually be made available
98
+ under an Open Source License, as stated in this License.
99
+ License-File: LICENSE
100
+ License-File: NOTICE
101
+ Requires-Python: >=3.11
102
+ Description-Content-Type: text/markdown
103
+
104
+ # anchorpoint-install
105
+
106
+ The installer for Anchorpoint. **This package does not contain the platform.**
107
+
108
+ Anchorpoint ships as a signed release bundle: one self contained artifact
109
+ holding the application image, the compose file, the migration and the
110
+ manifest, signed with an Ed25519 key whose fingerprint is published. This
111
+ package is the program that verifies such a bundle and stands a deployment up
112
+ from it. The platform itself reaches a host as an image, never as a wheel.
113
+
114
+ pipx install anchorpoint-install
115
+ anchorpoint-install verify ./anchorpoint-0.69.0-linux-amd64
116
+ anchorpoint-install install ./anchorpoint-0.69.0-linux-amd64 \
117
+ --dir /opt/anchorpoint \
118
+ --trust-fingerprint SHA256:... \
119
+ --admin-user you
120
+
121
+ The `--trust-fingerprint` value must come from somewhere other than the
122
+ bundle. Pasting the fingerprint out of the bundle's own key verifies nothing.
123
+
124
+ Requires Docker Engine with the compose plugin, Python 3.11 or later, and an
125
+ OpenSSH 8.2 or later `ssh-keygen`.
126
+
127
+ Licensed under the Business Source License 1.1. See LICENSE and TRADEMARKS.md.
@@ -0,0 +1,24 @@
1
+ # anchorpoint-install
2
+
3
+ The installer for Anchorpoint. **This package does not contain the platform.**
4
+
5
+ Anchorpoint ships as a signed release bundle: one self contained artifact
6
+ holding the application image, the compose file, the migration and the
7
+ manifest, signed with an Ed25519 key whose fingerprint is published. This
8
+ package is the program that verifies such a bundle and stands a deployment up
9
+ from it. The platform itself reaches a host as an image, never as a wheel.
10
+
11
+ pipx install anchorpoint-install
12
+ anchorpoint-install verify ./anchorpoint-0.69.0-linux-amd64
13
+ anchorpoint-install install ./anchorpoint-0.69.0-linux-amd64 \
14
+ --dir /opt/anchorpoint \
15
+ --trust-fingerprint SHA256:... \
16
+ --admin-user you
17
+
18
+ The `--trust-fingerprint` value must come from somewhere other than the
19
+ bundle. Pasting the fingerprint out of the bundle's own key verifies nothing.
20
+
21
+ Requires Docker Engine with the compose plugin, Python 3.11 or later, and an
22
+ OpenSSH 8.2 or later `ssh-keygen`.
23
+
24
+ Licensed under the Business Source License 1.1. See LICENSE and TRADEMARKS.md.
@@ -0,0 +1,30 @@
1
+ # The Anchorpoint name and the release identity
2
+
3
+ LICENSE grants rights in the code. It grants none in the name, and none in the
4
+ signing identity, and this file says what those two are for.
5
+
6
+ ## The name
7
+
8
+ "Anchorpoint" is our mark. You may say that your software works with
9
+ Anchorpoint, that you run Anchorpoint, or that your fork is derived from
10
+ Anchorpoint. You may not name a fork, a distribution or a hosted service
11
+ Anchorpoint, or anything close enough to be mistaken for it, and you may not
12
+ present a modified build as though it were one of ours.
13
+
14
+ ## The release identity
15
+
16
+ Releases are signed by `release@anchorpoint`, an Ed25519 key whose fingerprint
17
+ is published in docs/RELEASES.md and in docs/INSTALL.md. A bundle that verifies
18
+ against that fingerprint is one we built and signed, and that is the only claim
19
+ the signature makes.
20
+
21
+ Do not sign a build with a key you present as ours, and do not describe a build
22
+ signed by another key as an Anchorpoint release. A fork is welcome under
23
+ LICENSE's terms; it signs with its own identity.
24
+
25
+ ## Why this is separate from the licence
26
+
27
+ The code becomes Apache-2.0 on each release's Change Date. The name and the
28
+ release identity do not, because they are how somebody tells our build from
29
+ another one, and that distinction has to survive the conversion the licence
30
+ already promises.
@@ -0,0 +1,8 @@
1
+ """Anchorpoint's installer, and nothing else.
2
+
3
+ This package does not contain the platform. It contains the program that
4
+ fetches a signed release bundle, checks its signature against a fingerprint
5
+ you supply, and stands a deployment up from it. See README.md.
6
+ """
7
+
8
+ __version__ = "0.75.0"
@@ -0,0 +1,20 @@
1
+ """The console script.
2
+
3
+ It is the CARRIER's CLI, not install.py's. This package's job is to reach a
4
+ release: check the host, resolve the version, fetch, verify with the verifier
5
+ this package carries, and hand the bundle to the install.py that shipped inside
6
+ it. The installer itself always comes from the bundle, so a carrier nobody has
7
+ upgraded still installs a new release with that release's logic.
8
+ """
9
+
10
+ from __future__ import annotations
11
+
12
+ from anchorpoint_installer.anchorpoint_carrier import _cli
13
+
14
+
15
+ def main(argv: list | None = None) -> int:
16
+ return _cli(argv)
17
+
18
+
19
+ if __name__ == "__main__":
20
+ raise SystemExit(main())