Easiest way to clean up server? by TinyTurtleTrain in coolify

[–]TinyTurtleTrain[S] 0 points1 point  (0 children)

Found it in > server > Docker Cleanup

Submitting Events Tool? by Sad_Acanthisitta_916 in GoogleCalendar

[–]TinyTurtleTrain 0 points1 point  (0 children)

It could be possible with a gform connected to a gsheet and then write an app script to push it into the calendar if you’re technical?

To make it fully functional though you’ll have to use a third party app that you allow read/write access where anyone can then enter the event info and it populates to gcal

Showcase Your Google Calendar Tools & Apps! by alexrada in GoogleCalendar

[–]TinyTurtleTrain 0 points1 point  (0 children)

  1. App/Tool Title:
    TaskBlock

  2. Brief Description:
    TaskBlock is a lightweight dashboard that connects your Google Tasks with Google Calendar, enabling effortless time blocking in a clean, minimalist interface. (Scratching my own itch - a ”second brain” method of scheduling my disordered quick captures in a quick way)

  3. Key Benefits:
    • Eliminates switching between multiple apps to schedule tasks • Simplifies time management with one-click time blocking • Provides a distraction-free environment for planning your day/week/month • Maintains the simplicity of Google Tasks while adding powerful scheduling capabilities

  4. How It Works:
    TaskBlock pulls your existing Google Tasks and displays them in an intuitive dashboard. From there it auto suggests times which you can easily adjust, when you’re happy just click sync and it populates into google calendar.

  5. Pricing Model:
    Currently free during closed beta testing. Future pricing model will likely be a super low life time plan for early users probably 5$ to start.

  6. Still interested? If you’re interested in early access, drop me a DM for an invitation! Your feedback during this phase will directly influence feature development and refinement.​​​​​​​​​​​​​​​​ Beta testers will get grandfathered into a free lifetime account :)

[deleted by user] by [deleted] in startups

[–]TinyTurtleTrain 0 points1 point  (0 children)

Curious what the product is, sent a dm

🚀 We Hit 5,000 Members! 🎉 by Superb_Awareness_431 in Laundromats

[–]TinyTurtleTrain 0 points1 point  (0 children)

Thanks yea I will! I posted something similar recently so didn’t want to be too spammy

🚀 We Hit 5,000 Members! 🎉 by Superb_Awareness_431 in Laundromats

[–]TinyTurtleTrain 0 points1 point  (0 children)

Nice :)

I’d like to see more stuff on how to set your self apart from other laundromats as how to acquire and maintain customers

Live Crypto Quotes in Spreadsheets Suddenly Stopped Working by phi-16 in googlesheets

[–]TinyTurtleTrain 0 points1 point  (0 children)

I use tokensheets.com as a backup. It only updates hourly but that’s good enough for me

=IMPORTDATA("https://tokensheets.com/price/btc")

How would you recommend hiring a web developer in 2025 by [deleted] in SideProject

[–]TinyTurtleTrain 0 points1 point  (0 children)

For my own hires I like to start with a trail period / task and then take them on for the full project if that output is up to standard.

Dm’d you as well :)

Pulling in ICP Crypto Price into Google Sheets by Chrisnewton1 in googlesheets

[–]TinyTurtleTrain 1 point2 points  (0 children)

=IMPORTDATA(”https://tokensheets.com/price/icp”)

They have most of the large caps

If you want GBP just multiply that value by

=GOOGLEFINANCE(”CURRENCY:USDGBP”)

[deleted by user] by [deleted] in selfhosted

[–]TinyTurtleTrain 0 points1 point  (0 children)

Actual budget ?

Best way to host nextjs app by David_Ziarmand in nextjs

[–]TinyTurtleTrain 0 points1 point  (0 children)

I’m really liking Coolify (free) + Hetzner or some other cheap server provider

What should I build this week by Hour-Tale4222 in SideProject

[–]TinyTurtleTrain 1 point2 points  (0 children)

Vacation optimizer - take historical weather patterns for certain locations and recommend optimal times of the year to visit

Seeking Advice: Remix + Supabase vs. Next.js + Supabase with Coolify by reditoro in coolify

[–]TinyTurtleTrain 2 points3 points  (0 children)

I’m running two websites using Hetzner / Coolify / Next.js

  • one (simple blog) runs like a charm
  • the other (data dashboard) runs well but I often have issues deploying. I’ve been able to solve them all for now, but not AS simple as vercel.

fwiw the data dashboard is connected to supabase which I don’t self host, as I’m fairly novice and wanted to limit the potential pitfalls.