Open Source Docs
Collection
Collection of open source docs, in .JSONL format. Designed for training / fine tuning a model to have knowledge of open source and tech support. • 8 items • Updated
path stringlengths 9 68 | extension stringlengths 0 7 | size_bytes int64 21 744k | content_base64 stringlengths 28 991k ⌀ | encoding stringclasses 2
values | content stringlengths 265 125k ⌀ |
|---|---|---|---|---|---|
.gitignore | 25 | LkRTX1N0b3JlDQpub2RlX21vZHVsZXMNCg== | base64 | null | |
ACCOUNT_MIGRATION.md | .md | 11,165 | null | utf-8 | # Account Migration
**Update May 2025:** An updated guide to account migration is now [part of the atproto specifications](https://atproto.com/guides/account-migration). There is also [a blog post available](https://whtwnd.com/bnewbold.net/3l5ii332pf32u) which describes how to do an account migration using a command-l... |
compose.yaml | .yaml | 940 | null | utf-8 | version: '3.9'
services:
caddy:
container_name: caddy
image: caddy:2
network_mode: host
depends_on:
- pds
restart: unless-stopped
volumes:
- type: bind
source: /pds/caddy/data
target: /data
- type: bind
source: /pds/caddy/etc/caddy
target: /etc... |
Dockerfile | 1,218 | IyBOT1RFIHRoZXJlIGlzIGFuIGFkZGl0aW9uYWwgYnVpbGQgc3RhZ2UgYmVsb3cgdGhhdCBzaG91bGQgbWF0Y2gNCkZST00gbm9kZToyMC4yMC1hbHBpbmUzLjIzIGFzIGJ1aWxkDQoNClJVTiBjb3JlcGFjayBlbmFibGUNCg0KIyBCdWlsZCBnb2F0IGJpbmFyeQ0KRU5WIENHT19FTkFCTEVEPTANCkVOViBHT0RFQlVHPSJuZXRkbnM9Z28iDQpXT1JLRElSIC90bXANClJVTiBhcGsgYWRkIC0tbm8tY2FjaGUgZ2l0IGdvDQpS... | base64 | null | |
installer.sh | .sh | 13,783 | null | utf-8 | #!/usr/bin/env bash
set -o errexit
set -o nounset
set -o pipefail
# Disable prompts for apt-get.
export DEBIAN_FRONTEND="noninteractive"
# System info.
PLATFORM="$(uname --hardware-platform || true)"
DISTRIB_CODENAME="$(lsb_release --codename --short || true)"
DISTRIB_ID="$(lsb_release --id --short | tr '[:upper:]' '... |
LICENSE-APACHE.txt | .txt | 11,560 | null | utf-8 |
Apache License
Version 2.0, January 2004
http://www.apache.org/licenses/
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
1. Definitions.
"License" shall mean the terms and conditions for use, reproduction,
... |
LICENSE-MIT.txt | .txt | 1,055 | null | utf-8 | MIT License
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
c... |
LICENSE.txt | .txt | 529 | null | utf-8 | Dual MIT/Apache-2.0 License
Copyright (c) 2022-2024 Bluesky PBC, and Contributors
Except as otherwise noted in individual files, this software is licensed under the MIT license (<http://opensource.org/licenses/MIT>), or the Apache License, Version 2.0 (<http://www.apache.org/licenses/LICENSE-2.0>).
Downstream projec... |
pdsadmin.sh | .sh | 772 | null | utf-8 | #!/usr/bin/env bash
set -o errexit
set -o nounset
set -o pipefail
PDSADMIN_BASE_URL="https://raw.githubusercontent.com/bluesky-social/pds/main/pdsadmin"
# Command to run.
COMMAND="${1:-help}"
shift || true
# Ensure the user is root, since it's required for most commands.
if [[ "${EUID}" -ne 0 ]]; then
echo "ERROR:... |
PUBLISH.md | .md | 1,518 | null | utf-8 | # Publishing a new version of the PDS distro
Below are the steps to publish a new version of the PDS distribution. The distribution is hosted by GitHub Container Registry, supported by the `build-and-push-ghcr` workflow. We use git tags to generate Docker tags on the resulting images.
1. Update the @atproto/pds dep... |
README.md | .md | 18,859 | null | utf-8 | # PDS
Welcome to the repository for the official Bluesky PDS (Personal Data Server). This repository includes container images and documentation designed to assist technical people with hosting a Bluesky PDS.
Head over to the [ATProto Touchers Discord](https://discord.atprotocol.dev/) to chat with other folks hosting... |
sample.env | .env | 580 | UERTX0hPU1ROQU1FPQ0KUERTX0pXVF9TRUNSRVQ9DQpQRFNfQURNSU5fUEFTU1dPUkQ9DQpQRFNfUExDX1JPVEFUSU9OX0tFWV9LMjU2X1BSSVZBVEVfS0VZX0hFWD0NClBEU19EQVRBX0RJUkVDVE9SWT0vcGRzDQpQRFNfQkxPQlNUT1JFX0RJU0tfTE9DQVRJT049L3Bkcy9ibG9ja3MNClBEU19CTE9CX1VQTE9BRF9MSU1JVD0xMDQ4NTc2MDANClBEU19ESURfUExDX1VSTD1odHRwczovL3BsYy5kaXJlY3RvcnkNClBEU19C... | base64 | null |
.git\config | 297 | W2NvcmVdCglyZXBvc2l0b3J5Zm9ybWF0dmVyc2lvbiA9IDAKCWZpbGVtb2RlID0gZmFsc2UKCWJhcmUgPSBmYWxzZQoJbG9nYWxscmVmdXBkYXRlcyA9IHRydWUKCXN5bWxpbmtzID0gZmFsc2UKCWlnbm9yZWNhc2UgPSB0cnVlCltyZW1vdGUgIm9yaWdpbiJdCgl1cmwgPSBodHRwczovL2dpdGh1Yi5jb20vYmx1ZXNreS1zb2NpYWwvcGRzLwoJZmV0Y2ggPSArcmVmcy9oZWFkcy8qOnJlZnMvcmVtb3Rlcy9vcmlnaW4vKgpb... | base64 | null | |
.git\description | 73 | VW5uYW1lZCByZXBvc2l0b3J5OyBlZGl0IHRoaXMgZmlsZSAnZGVzY3JpcHRpb24nIHRvIG5hbWUgdGhlIHJlcG9zaXRvcnkuCg== | base64 | null | |
.git\HEAD | 21 | cmVmOiByZWZzL2hlYWRzL21haW4K | base64 | null | |
.git\index | 2,100 | RElSQwAAAAIAAAAWag0c4Qv3VIBqDRzhC/dUgAAAAAAAAAAAAACBpAAAAAAAAAAAAAAGdiAktR5NJQo0vVomacPdUUwHlEP2ACouZ2l0aHViL3dvcmtmbG93cy9idWlsZC1hbmQtcHVzaC1naGNyLnlhbWwAAAAAAAAAAGoNHOEMDLGkag0c4QwMsaQAAAAAAAAAAAAAgaQAAAAAAAAAAAAAABmdqoJH2kUdz8OwTRmeHNcbj//jxgAKLmdpdGlnbm9yZQAAAAAAAAAAag0c4Q7FdFhqDRzhDsV0WAAAAAAAAAAAAACBpAAAAAAAAAAA... | base64 | null | |
.git\packed-refs | 2,625 | IyBwYWNrLXJlZnMgd2l0aDogcGVlbGVkIGZ1bGx5LXBlZWxlZCBzb3J0ZWQgCjE3M2RlYmVkZTBkODU1OGViNDNkN2NhMzg1MzQ5MDVmZjQ2YjE1NWUgcmVmcy9yZW1vdGVzL29yaWdpbi9ibmV3Ym9sZC9yZWFkbWUtbGltaXRzCjFiMzQ2YzBmMGJmMjQ2MjhiMjYyMGUxNGZkNWRlZGU3MjA2OGM2NzAgcmVmcy9yZW1vdGVzL29yaWdpbi9kZXBlbmRhYm90L25wbV9hbmRfeWFybi9zZXJ2aWNlL2F4aW9zLTEuMTYuMQoxYzQ1... | base64 | null |