added cargo files
This commit is contained in:
1
PinePods-0.8.2/docs/CNAME
Normal file
1
PinePods-0.8.2/docs/CNAME
Normal file
@@ -0,0 +1 @@
|
||||
helm.pinepods.online
|
||||
118
PinePods-0.8.2/docs/index.html
Normal file
118
PinePods-0.8.2/docs/index.html
Normal file
@@ -0,0 +1,118 @@
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>Pinepods Helm Chart</title>
|
||||
<style>
|
||||
body {
|
||||
font-family: Arial, sans-serif;
|
||||
background-color: #f4f4f4;
|
||||
color: #333;
|
||||
margin: 0;
|
||||
padding: 20px;
|
||||
}
|
||||
.container {
|
||||
max-width: 800px;
|
||||
margin: auto;
|
||||
background: white;
|
||||
padding: 20px;
|
||||
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
|
||||
}
|
||||
h1 {
|
||||
text-align: center;
|
||||
}
|
||||
img {
|
||||
display: block;
|
||||
margin: 0 auto;
|
||||
}
|
||||
pre {
|
||||
background: #eee;
|
||||
padding: 10px;
|
||||
border-radius: 5px;
|
||||
}
|
||||
code {
|
||||
background: #f9f9f9;
|
||||
padding: 2px 4px;
|
||||
border-radius: 3px;
|
||||
}
|
||||
a {
|
||||
color: #1a73e8;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div class="container">
|
||||
<h1>Pinepods Helm Chart</h1>
|
||||
<img src="pinepods.png" alt="Pinepods Logo" width="200" />
|
||||
<p>
|
||||
Welcome to the Pinepods Helm chart repository. Follow the
|
||||
instructions below to use the Helm chart.
|
||||
</p>
|
||||
|
||||
<h2>Adding the Repository</h2>
|
||||
<pre><code>helm repo add pinepods http://helm.pinepods.online/
|
||||
helm repo update</code></pre>
|
||||
|
||||
<h2>Create the namespace</h2>
|
||||
<pre><code>kubectl create namespace pinepods-namespace</code></pre>
|
||||
|
||||
<h2>Customizing Values</h2>
|
||||
<p>
|
||||
Create a <code>my-values.yaml</code> file to override default
|
||||
values:
|
||||
</p>
|
||||
<pre><code>replicaCount: 2
|
||||
|
||||
image:
|
||||
repository: pinepods
|
||||
tag: latest
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
service:
|
||||
type: NodePort
|
||||
port: 8040
|
||||
nodePort: 30007
|
||||
|
||||
persistence:
|
||||
enabled: true
|
||||
accessMode: ReadWriteOnce
|
||||
size: 10Gi
|
||||
|
||||
postgresql:
|
||||
enabled: true
|
||||
auth:
|
||||
username: postgres
|
||||
password: "supersecretpassword"
|
||||
database: pinepods_database
|
||||
primary:
|
||||
persistence:
|
||||
enabled: true
|
||||
existingClaim: postgres-pvc
|
||||
|
||||
env:
|
||||
SEARCH_API_URL: "https://search.pinepods.online/api/search"
|
||||
USERNAME: "admin"
|
||||
PASSWORD: "password"
|
||||
FULLNAME: "Admin User"
|
||||
EMAIL: "admin@example.com"
|
||||
DB_TYPE: "postgresql"
|
||||
DB_HOST: "pinepods-postgresql.pinepods-namespace.svc.cluster.local"
|
||||
DB_PORT: "5432"
|
||||
DB_USER: "postgres"
|
||||
DB_NAME: "pinepods_database"
|
||||
DEBUG_MODE: "false"</code></pre>
|
||||
|
||||
<h2>Installing the Chart</h2>
|
||||
<pre><code>helm install pinepods pinepods/pinepods -f my-values.yaml --namespace pinepods-namespace</code></pre>
|
||||
|
||||
<h2>More Information</h2>
|
||||
<p>
|
||||
For more information, visit the
|
||||
<a href="https://github.com/madeofpendletonwool/pinepods"
|
||||
>GitHub repository</a
|
||||
>.
|
||||
</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
264
PinePods-0.8.2/docs/index.yaml
Normal file
264
PinePods-0.8.2/docs/index.yaml
Normal file
@@ -0,0 +1,264 @@
|
||||
apiVersion: v1
|
||||
entries:
|
||||
pinepods:
|
||||
- apiVersion: v2
|
||||
created: "2025-10-30T11:52:41.683959727Z"
|
||||
dependencies:
|
||||
- condition: postgresql.enabled
|
||||
name: postgresql
|
||||
repository: https://charts.bitnami.com/bitnami
|
||||
version: 15.5.14
|
||||
- condition: valkey.enabled
|
||||
name: valkey
|
||||
repository: https://charts.bitnami.com/bitnami
|
||||
version: 2.0.1
|
||||
description: A Helm chart for deploying Pinepods - A complete podcast management
|
||||
system and allows you to play, download, and keep track of podcasts you enjoy.
|
||||
All self hosted and enjoyed on your own server!
|
||||
digest: 28e32586ecbdfc1749890007055c61add7b78076cee90980d425113b38b13b9c
|
||||
name: pinepods
|
||||
urls:
|
||||
- https://helm.pinepods.online/pinepods-0.8.1.tgz
|
||||
version: 0.8.1
|
||||
- apiVersion: v2
|
||||
created: "2025-10-30T11:52:41.67456305Z"
|
||||
dependencies:
|
||||
- condition: postgresql.enabled
|
||||
name: postgresql
|
||||
repository: https://charts.bitnami.com/bitnami
|
||||
version: 15.5.14
|
||||
- condition: valkey.enabled
|
||||
name: valkey
|
||||
repository: https://charts.bitnami.com/bitnami
|
||||
version: 2.0.1
|
||||
description: A Helm chart for deploying Pinepods - A complete podcast management
|
||||
system and allows you to play, download, and keep track of podcasts you enjoy.
|
||||
All self hosted and enjoyed on your own server!
|
||||
digest: e08c788d3d225ca3caef37c030f27d7c25cd4ecc557f7fe2f32215ff7f164ba8
|
||||
name: pinepods
|
||||
urls:
|
||||
- https://helm.pinepods.online/pinepods-0.7.8.tgz
|
||||
version: 0.7.8
|
||||
- apiVersion: v2
|
||||
created: "2025-10-30T11:52:41.665123097Z"
|
||||
dependencies:
|
||||
- condition: postgresql.enabled
|
||||
name: postgresql
|
||||
repository: https://charts.bitnami.com/bitnami
|
||||
version: 15.5.14
|
||||
- condition: valkey.enabled
|
||||
name: valkey
|
||||
repository: https://charts.bitnami.com/bitnami
|
||||
version: 2.0.1
|
||||
description: A Helm chart for deploying Pinepods - A complete podcast management
|
||||
system and allows you to play, download, and keep track of podcasts you enjoy.
|
||||
All self hosted and enjoyed on your own server!
|
||||
digest: 2956c727f65099059680638f2529f472affe25cbd9d6ad90b593dbf7444d6648
|
||||
name: pinepods
|
||||
urls:
|
||||
- https://helm.pinepods.online/pinepods-0.7.7.tgz
|
||||
version: 0.7.7
|
||||
- apiVersion: v2
|
||||
created: "2025-10-30T11:52:41.655783861Z"
|
||||
dependencies:
|
||||
- condition: postgresql.enabled
|
||||
name: postgresql
|
||||
repository: https://charts.bitnami.com/bitnami
|
||||
version: 15.5.14
|
||||
- condition: valkey.enabled
|
||||
name: valkey
|
||||
repository: https://charts.bitnami.com/bitnami
|
||||
version: 2.0.1
|
||||
description: A Helm chart for deploying Pinepods - A complete podcast management
|
||||
system and allows you to play, download, and keep track of podcasts you enjoy.
|
||||
All self hosted and enjoyed on your own server!
|
||||
digest: 7b954cac8ed6cdff756090d56fc3c98342f6ca944922f2c910b7e20fb338ce5a
|
||||
name: pinepods
|
||||
urls:
|
||||
- https://helm.pinepods.online/pinepods-0.7.6.tgz
|
||||
version: 0.7.6
|
||||
- apiVersion: v2
|
||||
created: "2025-10-30T11:52:41.646315323Z"
|
||||
dependencies:
|
||||
- condition: postgresql.enabled
|
||||
name: postgresql
|
||||
repository: https://charts.bitnami.com/bitnami
|
||||
version: 15.5.14
|
||||
- condition: valkey.enabled
|
||||
name: valkey
|
||||
repository: https://charts.bitnami.com/bitnami
|
||||
version: 2.0.1
|
||||
description: A Helm chart for deploying Pinepods - A complete podcast management
|
||||
system and allows you to play, download, and keep track of podcasts you enjoy.
|
||||
All self hosted and enjoyed on your own server!
|
||||
digest: a69290e9e9051ac4442f19bea78cca08bdd91a831e6c91af06d48eb6b9a07409
|
||||
name: pinepods
|
||||
urls:
|
||||
- https://helm.pinepods.online/pinepods-0.7.5.tgz
|
||||
version: 0.7.5
|
||||
- apiVersion: v2
|
||||
created: "2025-10-30T11:52:41.636858843Z"
|
||||
dependencies:
|
||||
- condition: postgresql.enabled
|
||||
name: postgresql
|
||||
repository: https://charts.bitnami.com/bitnami
|
||||
version: 15.5.14
|
||||
- condition: valkey.enabled
|
||||
name: valkey
|
||||
repository: https://charts.bitnami.com/bitnami
|
||||
version: 2.0.1
|
||||
description: A Helm chart for deploying Pinepods - A complete podcast management
|
||||
system and allows you to play, download, and keep track of podcasts you enjoy.
|
||||
All self hosted and enjoyed on your own server!
|
||||
digest: 2f5f97abadf581a025315cb288c139274b4411c86f1e46e52944f89e76c23a9c
|
||||
name: pinepods
|
||||
urls:
|
||||
- https://helm.pinepods.online/pinepods-0.7.4.tgz
|
||||
version: 0.7.4
|
||||
- apiVersion: v2
|
||||
created: "2025-10-30T11:52:41.626710376Z"
|
||||
dependencies:
|
||||
- condition: postgresql.enabled
|
||||
name: postgresql
|
||||
repository: https://charts.bitnami.com/bitnami
|
||||
version: 15.5.14
|
||||
- condition: valkey.enabled
|
||||
name: valkey
|
||||
repository: https://charts.bitnami.com/bitnami
|
||||
version: 2.0.1
|
||||
description: A Helm chart for deploying Pinepods - A complete podcast management
|
||||
system and allows you to play, download, and keep track of podcasts you enjoy.
|
||||
All self hosted and enjoyed on your own server!
|
||||
digest: 47208597c5b52c4d8c9fb659416fe7d679f6fc5a099d9b37caaae0ecfeb33dde
|
||||
name: pinepods
|
||||
urls:
|
||||
- https://helm.pinepods.online/pinepods-0.7.3.tgz
|
||||
version: 0.7.3
|
||||
- apiVersion: v2
|
||||
created: "2025-10-30T11:52:41.61704642Z"
|
||||
dependencies:
|
||||
- condition: postgresql.enabled
|
||||
name: postgresql
|
||||
repository: https://charts.bitnami.com/bitnami
|
||||
version: 15.5.14
|
||||
- condition: valkey.enabled
|
||||
name: valkey
|
||||
repository: https://charts.bitnami.com/bitnami
|
||||
version: 2.0.1
|
||||
description: A Helm chart for deploying Pinepods - A complete podcast management
|
||||
system and allows you to play, download, and keep track of podcasts you enjoy.
|
||||
All self hosted and enjoyed on your own server!
|
||||
digest: ef86847694c2291c9ebcd4ec40d4f4680c5b675aafc7c82693c3119f5ae4b43b
|
||||
name: pinepods
|
||||
urls:
|
||||
- https://helm.pinepods.online/pinepods-0.7.2.tgz
|
||||
version: 0.7.2
|
||||
- apiVersion: v2
|
||||
created: "2025-10-30T11:52:41.607497209Z"
|
||||
dependencies:
|
||||
- condition: postgresql.enabled
|
||||
name: postgresql
|
||||
repository: https://charts.bitnami.com/bitnami
|
||||
version: 15.5.14
|
||||
- condition: valkey.enabled
|
||||
name: valkey
|
||||
repository: https://charts.bitnami.com/bitnami
|
||||
version: 2.0.1
|
||||
description: A Helm chart for deploying Pinepods - A complete podcast management
|
||||
system and allows you to play, download, and keep track of podcasts you enjoy.
|
||||
All self hosted and enjoyed on your own server!
|
||||
digest: 07ba1a2859213a3542e03aa922d0dfd0f61d146cd3938e85216a740c1ee90bd4
|
||||
name: pinepods
|
||||
urls:
|
||||
- https://helm.pinepods.online/pinepods-0.7.1.tgz
|
||||
version: 0.7.1
|
||||
- apiVersion: v2
|
||||
created: "2025-10-30T11:52:41.597450971Z"
|
||||
dependencies:
|
||||
- condition: postgresql.enabled
|
||||
name: postgresql
|
||||
repository: https://charts.bitnami.com/bitnami
|
||||
version: 15.5.14
|
||||
- condition: valkey.enabled
|
||||
name: valkey
|
||||
repository: https://charts.bitnami.com/bitnami
|
||||
version: 2.0.1
|
||||
description: A Helm chart for deploying Pinepods - A complete podcast management
|
||||
system and allows you to play, download, and keep track of podcasts you enjoy.
|
||||
All self hosted and enjoyed on your own server!
|
||||
digest: 1815802cc08ed83c3eaedd2ac28d6fbd044a817e22c7e8cda4af38bffcde9d82
|
||||
name: pinepods
|
||||
urls:
|
||||
- https://helm.pinepods.online/pinepods-0.7.0.tgz
|
||||
version: 0.7.0
|
||||
- apiVersion: v2
|
||||
created: "2025-10-30T11:52:41.588288452Z"
|
||||
dependencies:
|
||||
- name: postgresql
|
||||
repository: https://charts.bitnami.com/bitnami
|
||||
version: 15.5.14
|
||||
description: A Helm chart for deploying Pinepods - A complete podcast management
|
||||
system and allows you to play, download, and keep track of podcasts you enjoy.
|
||||
All self hosted and enjoyed on your own server!
|
||||
digest: c994e0c57c47448718cc849d103ab91f21a427b7580a0ef0b4c4decc613a04ad
|
||||
name: pinepods
|
||||
urls:
|
||||
- https://helm.pinepods.online/pinepods-0.6.6.tgz
|
||||
version: 0.6.6
|
||||
- apiVersion: v2
|
||||
created: "2025-10-30T11:52:41.584369055Z"
|
||||
dependencies:
|
||||
- name: postgresql
|
||||
repository: https://charts.bitnami.com/bitnami
|
||||
version: 15.5.14
|
||||
description: A Helm chart for deploying Pinepods - A complete podcast management
|
||||
system and allows you to play, download, and keep track of podcasts you enjoy.
|
||||
All self hosted and enjoyed on your own server!
|
||||
digest: 82f6f1d9569626aab1920bc574b3616c77aadbf4c9b6bc1d5cc5f51cc3bc41f2
|
||||
name: pinepods
|
||||
urls:
|
||||
- https://helm.pinepods.online/pinepods-0.6.5.tgz
|
||||
version: 0.6.5
|
||||
- apiVersion: v2
|
||||
created: "2025-10-30T11:52:41.579496258Z"
|
||||
dependencies:
|
||||
- name: postgresql
|
||||
repository: https://charts.bitnami.com/bitnami
|
||||
version: 15.5.14
|
||||
description: A Helm chart for deploying Pinepods - A complete podcast management
|
||||
system and allows you to play, download, and keep track of podcasts you enjoy.
|
||||
All self hosted and enjoyed on your own server!
|
||||
digest: c2ab21d0cb61a2e809432f762aca608723365d87e8840d02b29c08bc105c9a31
|
||||
name: pinepods
|
||||
urls:
|
||||
- https://helm.pinepods.online/pinepods-0.6.4.tgz
|
||||
version: 0.6.4
|
||||
- apiVersion: v2
|
||||
created: "2025-10-30T11:52:41.574870899Z"
|
||||
dependencies:
|
||||
- name: postgresql
|
||||
repository: https://charts.bitnami.com/bitnami
|
||||
version: 15.5.14
|
||||
description: A Helm chart for deploying Pinepods - A complete podcast management
|
||||
system and allows you to play, download, and keep track of podcasts you enjoy.
|
||||
All self hosted and enjoyed on your own server!
|
||||
digest: 3a0a1b86a6fb22888fead9fc12b84e8845a55ff6736775445028d181318860bf
|
||||
name: pinepods
|
||||
urls:
|
||||
- https://helm.pinepods.online/pinepods-0.6.3.tgz
|
||||
version: 0.6.3
|
||||
- apiVersion: v2
|
||||
created: "2025-10-30T11:52:41.57094979Z"
|
||||
dependencies:
|
||||
- name: postgresql
|
||||
repository: https://charts.bitnami.com/bitnami
|
||||
version: 15.5.14
|
||||
description: A Helm chart for deploying Pinepods - A complete podcast management
|
||||
system and allows you to play, download, and keep track of podcasts you enjoy.
|
||||
All self hosted and enjoyed on your own server!
|
||||
digest: f7148434be4b395aaab8bb76fbe1584f7de8fb981b2471506b33ff11be85f706
|
||||
name: pinepods
|
||||
urls:
|
||||
- https://helm.pinepods.online/pinepods-0.6.2.tgz
|
||||
version: 0.6.2
|
||||
generated: "2025-10-30T11:52:41.565858306Z"
|
||||
BIN
PinePods-0.8.2/docs/pinepods-0.6.2.tgz
Normal file
BIN
PinePods-0.8.2/docs/pinepods-0.6.2.tgz
Normal file
Binary file not shown.
BIN
PinePods-0.8.2/docs/pinepods-0.6.3.tgz
Normal file
BIN
PinePods-0.8.2/docs/pinepods-0.6.3.tgz
Normal file
Binary file not shown.
BIN
PinePods-0.8.2/docs/pinepods-0.6.4.tgz
Normal file
BIN
PinePods-0.8.2/docs/pinepods-0.6.4.tgz
Normal file
Binary file not shown.
BIN
PinePods-0.8.2/docs/pinepods-0.6.5.tgz
Normal file
BIN
PinePods-0.8.2/docs/pinepods-0.6.5.tgz
Normal file
Binary file not shown.
BIN
PinePods-0.8.2/docs/pinepods-0.6.6.tgz
Normal file
BIN
PinePods-0.8.2/docs/pinepods-0.6.6.tgz
Normal file
Binary file not shown.
BIN
PinePods-0.8.2/docs/pinepods-0.7.0.tgz
Normal file
BIN
PinePods-0.8.2/docs/pinepods-0.7.0.tgz
Normal file
Binary file not shown.
BIN
PinePods-0.8.2/docs/pinepods-0.7.1.tgz
Normal file
BIN
PinePods-0.8.2/docs/pinepods-0.7.1.tgz
Normal file
Binary file not shown.
BIN
PinePods-0.8.2/docs/pinepods-0.7.2.tgz
Normal file
BIN
PinePods-0.8.2/docs/pinepods-0.7.2.tgz
Normal file
Binary file not shown.
BIN
PinePods-0.8.2/docs/pinepods-0.7.3.tgz
Normal file
BIN
PinePods-0.8.2/docs/pinepods-0.7.3.tgz
Normal file
Binary file not shown.
BIN
PinePods-0.8.2/docs/pinepods-0.7.4.tgz
Normal file
BIN
PinePods-0.8.2/docs/pinepods-0.7.4.tgz
Normal file
Binary file not shown.
BIN
PinePods-0.8.2/docs/pinepods-0.7.5.tgz
Normal file
BIN
PinePods-0.8.2/docs/pinepods-0.7.5.tgz
Normal file
Binary file not shown.
BIN
PinePods-0.8.2/docs/pinepods-0.7.6.tgz
Normal file
BIN
PinePods-0.8.2/docs/pinepods-0.7.6.tgz
Normal file
Binary file not shown.
BIN
PinePods-0.8.2/docs/pinepods-0.7.7.tgz
Normal file
BIN
PinePods-0.8.2/docs/pinepods-0.7.7.tgz
Normal file
Binary file not shown.
BIN
PinePods-0.8.2/docs/pinepods-0.7.8.tgz
Normal file
BIN
PinePods-0.8.2/docs/pinepods-0.7.8.tgz
Normal file
Binary file not shown.
BIN
PinePods-0.8.2/docs/pinepods-0.8.1.tgz
Normal file
BIN
PinePods-0.8.2/docs/pinepods-0.8.1.tgz
Normal file
Binary file not shown.
BIN
PinePods-0.8.2/docs/pinepods.png
Normal file
BIN
PinePods-0.8.2/docs/pinepods.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 33 KiB |
Reference in New Issue
Block a user