Compare commits

...

4 Commits

Author SHA1 Message Date
df28bb5dc6 trigger drone only on push
All checks were successful
continuous-integration/drone/push Build is passing
2025-11-05 21:30:04 +05:30
35f80cf249 trigger drone only on tags 2025-11-05 21:29:30 +05:30
cd2af612a2 fixed Blog Api Server for production 2025-11-05 21:29:19 +05:30
088a1c3beb added card for Blog Api 2025-11-05 21:12:44 +05:30
5 changed files with 17 additions and 7 deletions

View File

@@ -81,4 +81,3 @@ steps:
trigger:
event:
- push
- tag

View File

@@ -126,6 +126,17 @@
</div>
</div>
<div class="grid">
<div class="card">
<h2>Mongo Ops</h2>
<p>
A modular, async Blog API backend for FastAPI microservices.
Provides streamlined CRUD operations for articles and authors, supports nested author details within article endpoints, and enables simple association management between content and contributors.
</p>
<a href="/api/blog/">View Documentation →</a>
</div>
</div>
<footer>
© 2025 Aetoskia Developer Network — Built with ❤️ on Raspberry Pi
</footer>

View File

@@ -72,7 +72,7 @@
<div data-md-component="skip">
<a href="#aetoskia-blog-api-004" class="md-skip">
<a href="#aetoskia-blog-api-012" class="md-skip">
Skip to content
</a>
@@ -522,7 +522,7 @@ https://github.com/Neoteroi/essentials-openapi
Most likely, it is not desirable to edit this file by hand!
-->
<h1 id="aetoskia-blog-api-004">Aetoskia Blog API <span class="api-version">0.0.4</span></h1>
<h1 id="aetoskia-blog-api-012">Aetoskia Blog API <span class="api-version">0.1.2</span></h1>
<div class="language-text highlight"><span class="filename">Text Only</span><pre><span></span><code>This is the **Aetoskia Blog API**, part of the personal service network.
Provides:
@@ -557,7 +557,7 @@ Fully async, secured via JWT auth.
<tr>
<td>Production server</td>
<td>
<a href="https://api.aetoskia.com" target="_blank" rel="noopener noreferrer">https://api.aetoskia.com</a>
<a href="https://api.aetoskia.com/blogs" target="_blank" rel="noopener noreferrer">https://api.aetoskia.com/blogs</a>
</td>
</tr>
<tr>

View File

@@ -13,11 +13,11 @@
"name": "MIT License",
"url": "https://opensource.org/licenses/MIT"
},
"version": "0.0.4"
"version": "0.1.2"
},
"servers": [
{
"url": "https://api.aetoskia.com",
"url": "https://api.aetoskia.com/blogs",
"description": "Production server"
},
{

File diff suppressed because one or more lines are too long