garage/doc/book/src/SUMMARY.md

50 lines
2.1 KiB
Markdown
Raw Normal View History

2021-03-17 14:44:14 +01:00
# Summary
[The Garage Data Store](./intro.md)
2021-05-31 17:13:36 +02:00
- [Quick start](./quick_start/index.md)
2021-03-17 14:44:14 +01:00
2021-03-17 16:15:18 +01:00
- [Cookbook](./cookbook/index.md)
- [Multi-node deployment](./cookbook/real_world.md)
2021-05-31 17:13:36 +02:00
- [Building from source](./cookbook/from_source.md)
2021-10-29 18:05:47 +02:00
- [Integration with systemd](./cookbook/systemd.md)
2021-12-06 16:10:32 +01:00
- [Configuring a gateway node](./cookbook/gateways.md)
- [Exposing buckets as websites](./cookbook/exposing_websites.md)
2021-11-04 12:06:38 +01:00
- [Configuring a reverse proxy](./cookbook/reverse_proxy.md)
2021-10-29 18:05:47 +02:00
- [Recovering from failures](./cookbook/recovering.md)
- [Integrations](./connect/index.md)
- [Apps (Nextcloud, Peertube...)](./connect/apps.md)
- [Websites (Hugo, Jekyll, Publii...)](./connect/websites.md)
2021-11-10 10:01:48 +01:00
- [Repositories (Docker, Nix, Git...)](./connect/repositories.md)
2021-10-29 18:05:47 +02:00
- [CLI tools (rclone, awscli, mc...)](./connect/cli.md)
- [Backups (restic, duplicity...)](./connect/backup.md)
2021-10-29 18:05:47 +02:00
- [Your code (PHP, JS, Go...)](./connect/code.md)
- [FUSE (s3fs, goofys, s3backer...)](./connect/fs.md)
2021-10-29 18:05:47 +02:00
2021-03-17 16:15:18 +01:00
- [Reference Manual](./reference_manual/index.md)
- [Garage configuration file](./reference_manual/configuration.md)
- [Cluster layout management](./reference_manual/layout.md)
- [Garage CLI](./reference_manual/cli.md)
2021-05-31 17:23:35 +02:00
- [S3 compatibility status](./reference_manual/s3_compatibility.md)
2021-03-17 16:15:18 +01:00
- [Design](./design/index.md)
2021-12-06 16:10:32 +01:00
- [Goals and use Cases](./design/goals.md)
- [Benchmarks](./design/benchmarks.md)
2021-12-06 16:10:32 +01:00
- [Related work](./design/related_work.md)
2021-03-17 16:15:18 +01:00
- [Internals](./design/internals.md)
2021-03-17 16:15:18 +01:00
- [Development](./development/index.md)
- [Setup your environment](./development/devenv.md)
2021-10-04 18:27:57 +02:00
- [Development scripts](./development/scripts.md)
- [Release process](./development/release_process.md)
2021-11-10 10:01:48 +01:00
- [Miscellaneous notes](./development/miscellaneous_notes.md)
2021-03-17 16:15:18 +01:00
- [Working Documents](./working_documents/index.md)
2021-12-06 17:18:45 +01:00
- [S3 compatibility target](./working_documents/compatibility_target.md)
2021-12-06 16:10:32 +01:00
- [Load balancing data](./working_documents/load_balancing.md)
2022-01-10 14:39:35 +01:00
- [Migrating from 0.5 to 0.6](./working_documents/migration_06.md)
- [Migrating from 0.3 to 0.4](./working_documents/migration_04.md)
2021-12-06 16:10:32 +01:00
- [Design draft](./working_documents/design_draft.md)