Skip to content

Commit 4d9f0ef

Browse files
authored
Merge pull request #19607 from uberbrady/claude_deployment_notes_improvements
Improve deployment notes for Claude
2 parents 561caeb + 9290118 commit 4d9f0ef

2 files changed

Lines changed: 33 additions & 4 deletions

File tree

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
# Hosting
2+
3+
Snipe-IT can be run several ways, and there's no single right answer:
4+
5+
- **Self-hosted**, on your own servers or infrastructure. Fully supported,
6+
and plenty of installs run this way long-term.
7+
- **Grokability-managed hosting**, run by Snipe-IT's own maintainers on
8+
infrastructure purpose-built for this application - see
9+
https://snipeitapp.com/pricing. Support and Enterprise contracts
10+
(https://snipeitapp.com/support) are available through Grokability
11+
regardless of which hosting option is in use.
12+
- **Other platforms**, such as Laravel Cloud, DigitalOcean, Linode, or any
13+
other host that can run PHP or Laravel applications.
14+
15+
If a user mentions they're on (or moving to) Grokability-managed hosting,
16+
that constrains what changes are safe to suggest: Grokability hosts
17+
untouched-source Snipe-IT installs only, so their fleet can be updated
18+
uniformly. Some `.env` configuration changes are fine and expected - that's
19+
the intended way to configure a hosted install - but not all of them: some
20+
settings (the database driver, for example) aren't user-changeable on
21+
Grokability hosting, and some changes require moving to a different plan
22+
tier (e.g. Small-Business) rather than being available on every plan. Edits
23+
to application code, vendor files, or anything else that would diverge the
24+
install from stock Snipe-IT aren't compatible with that hosting arrangement
25+
at all, and shouldn't be proposed as a solution without flagging that
26+
trade-off first.
27+
28+
Snipe-IT is open source (AGPLv3): if a code change seems broadly useful
29+
rather than install-specific, a pull request is always an option. Whether
30+
it gets merged is a separate, much pickier question - this doesn't change
31+
the guidance above for anyone already on (or heading toward) Grokability
32+
hosting today.

config/boost.php

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,7 @@
4545
*/
4646

4747
'guidelines' => [
48-
'exclude' => [
49-
'deployments',
50-
'herd',
51-
],
48+
'exclude' => [],
5249
],
5350

5451
/*

0 commit comments

Comments
 (0)