fleet/docs
Victor Lyuboslavsky 31224ccd34
Added VPP support for iOS/iPadOS (#20837)
#19447 
iOS and iPadOS apps can be installed using Apple's VPP (Volume Purchase
Program)

VPP apps are now using a composite primary key (Adam ID and platform)
because we want to keep iOS/iPadOS/macOS separate. It is possible for
one app to be installable on all Apple platforms.

# Checklist for submitter

- [x] Changes file added for user-visible changes in `changes/`,
`orbit/changes/` or `ee/fleetd-chrome/changes`.
See [Changes
files](https://github.com/fleetdm/fleet/blob/main/docs/Contributing/Committing-Changes.md#changes-files)
for more information.
- [x] Input data is properly validated, `SELECT *` is avoided, SQL
injection is prevented (using placeholders for values in statements)
- [x] Added/updated tests
- [x] If database migrations are included, checked table schema to
confirm autoupdate
- For database migrations:
- [x] Checked schema for all modified table for columns that will
auto-update timestamps during migration.
- [x] Confirmed that updating the timestamps is acceptable, and will not
cause unwanted side effects.
- [x] Ensured the correct collation is explicitly set for character
columns (`COLLATE utf8mb4_unicode_ci`).
- [x] Manual QA for all new/changed functionality
2024-07-30 22:43:51 +02:00
..
01-Using-Fleet/standard-query-library Updated 1Password policy to only search 1 level deep for performance reasons. (#18003) 2024-04-04 09:33:17 -05:00
Configuration Agent configuration docs: Increase timeout limit for scripts (#20651) 2024-07-25 16:56:36 -04:00
Contributing API design: Scope configuration profiles to hosts by excluding any label (#20614) 2024-07-26 12:32:02 +02:00
Deploy MySQL 8.0 Migration (#20225) 2024-07-22 16:27:36 -04:00
files Add 2023 penetration test (#18375) 2024-04-29 14:39:28 -05:00
Get started Update FAQ Deploying section (#20669) 2024-07-23 15:17:47 -06:00
images Migrate deployment guides to articles (#19007) 2024-05-16 07:29:51 +09:00
REST API Guide and API reference: Show iOS & iPadOS as supported platforms in the UI (#20746) 2024-07-26 16:04:35 -04:00
Using Fleet Added VPP support for iOS/iPadOS (#20837) 2024-07-30 22:43:51 +02:00
README.md Updated broken links for Using Fleet and Deploying (#20655) 2024-07-25 10:04:18 -04:00

Fleet documentation

Welcome to the documentation for Fleet, the lightweight management platform for laptops and servers.

You can also read the Fleet docs over at https://fleetdm.com/docs.

Using Fleet

Resources for using the Fleet UI, fleetctl CLI, and Fleet REST API.

Deploying

Resources for installing Fleet's infrastructure dependencies, configuring Fleet, deploying osquery to hosts, and viewing example deployment scenarios.

Contributing

If you're interested in interacting with the Fleet source code, you'll find information on modifying and building the code here.


If you have any questions, please don't hesitate to File a GitHub issue or join us on Slack. You can find us in the #fleet channel.