💾 Archived View for bbs.geminispace.org › s › Bubble › 2314 captured on 2024-05-10 at 12:05:34. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2024-03-21)

➡️ Next capture (2024-06-16)

🚧 View Differences

-=-=-=-=-=-=-

The Bubble project has an actual home page now:

skyjake.fi/bubble/

Posted in: s/Bubble

🕹️ skyjake [mod, sysop]

2023-06-22 · 11 months ago · 👍 sirwilburthefirst, beetledjuice, PikaSonic, totroptof

4 Comments ↓

🚀 dobkun · 2023-06-22 at 15:44:

[gemini link]

🕹️ skyjake [OP/mod...] · 2023-06-22 at 16:10:

@dobkun Content links are hidden in previews. I made the link a segment of its own so it gets featured...

👻 sirwilburthefirst · 2023-06-22 at 23:21:

How does your server's git integration work? does it clone and continuously pull the repo or are you using the GH API?

🕹️ skyjake [OP/mod...] · 2023-06-23 at 05:31:

The GitView repository viewer (e.g., gemini://git.skyjake.fi) can use an existing repository available in the local file system to get access to the history. My Gitea instance on https://git.skyjake.fi/ and GitView use the same local repositories.

Bubble's Git integration works by doing a bare clone and then periodically fetching the latest commits.

I wouldn't want to use anything specifically tied to GitHub...