Tobias Brunner tobru · he/him
tobru pushed to main at servala/servala-portal 2025-03-11 08:44:11 +00:00
16e8c2729b document user stories for web portal
tobru pushed to main at servala/servala-portal 2025-03-10 15:28:27 +00:00
bdbbfe0588 document terminology
tobru pushed to main at servala/servala-portal 2025-03-10 15:24:35 +00:00
9c9d435b04 restrict docs workflow to only run on docs change
tobru pushed to main at servala/servala-portal 2025-03-10 15:21:32 +00:00
ed5ee7badc deployment for docs
tobru pushed to main at servala/servala-portal 2025-03-10 14:54:48 +00:00
4ee40cdcc1 add dockerfile and build action for docs
53b7ee2a54 initial Antora boilerplate
Compare 2 commits »
tobru pushed to main at servala/website 2025-03-10 14:04:04 +00:00
faa07a8b4d overhaul service list filtering
38ab1f3b2a link to offering when filter for cloud provider
ac19c4cd25 show coming soon when no plan available
1a26d459f6 better scroll margin and anchor for interest
Compare 4 commits »
tobru pushed to main at servala/website 2025-03-10 11:09:17 +00:00
f2c867b521 add consulting partner note to service detail page
a4a978eb2f customize admin theme
69766948c1 show more info on admin list
975d532a76 better text alignment on provider list
10a82336b3 fix logo size in provider listing
Compare 6 commits »
tobru commented on pull request servala/servala-portal#8 2025-03-07 16:11:43 +00:00
Initialize Django project

As Django 5.2 will be out April 2 and afaik it will be the next LTS release, would it make sense to directly go with that version (even with a beta version right now)? Or should we wait and update…

tobru commented on pull request servala/servala-portal#8 2025-03-07 16:08:34 +00:00
Initialize Django project

Docker setup: only for production or also for development?

I feel with uv we don't need Docker for development, so for now, we can see Docker for production.

Default timezone when…

tobru commented on issue servala/servala-portal#4 2025-03-07 15:59:39 +00:00
Define HTML Template

We'll go for mazer, it's the only Bootstrap 5 HTML template I found which doesn't hide features behind a commercial "Pro" version.

tobru closed issue servala/servala-portal#4 2025-03-07 15:59:39 +00:00
Define HTML Template
tobru pushed to 1-initialize-project at servala/servala-portal 2025-03-07 15:59:02 +00:00
c850310754 document docker usage
tobru commented on pull request servala/servala-portal#8 2025-03-07 15:50:48 +00:00
Initialize Django project

Thanks for your thoughts! You're right, adding this external dependency does bring certain risks. I think it's better to use a "plain" HTML template. I also discovered that Django Unfold uses…

tobru commented on issue servala/servala-portal#4 2025-03-07 15:46:02 +00:00
Define HTML Template
tobru pushed to main at servala/website 2025-03-07 15:22:22 +00:00
f0f5b627c3 updated plausible tracking script
159b39de5b switch to servala.com domain
Compare 2 commits »
tobru pushed to main at servala/website 2025-03-07 14:37:29 +00:00
12f0314b76 nested inline is shit
0c83c0cfe8 only display offering when there is a description
d87929f6b4 drag drop ordering for faqs
b45c725c1a use better admin theme
4e1f0f962b use nested admin for simpler plan admin
Compare 13 commits »
tobru commented on pull request servala/servala-portal#8 2025-03-07 08:30:58 +00:00
Initialize Django project

I added an initial version of a Dockerfile. While it builds, it doesn't run yet because it doesn't find the module. Also, once we have static files configured, we need to uncomment "collectstatic"…

tobru pushed to 1-initialize-project at servala/servala-portal 2025-03-07 08:27:00 +00:00
e356cc1083 configure automated container build action
tobru pushed to 1-initialize-project at servala/servala-portal 2025-03-07 08:21:52 +00:00
af1729e4bb add a pre-commit configuration
186e8e2f43 update title in README
Compare 2 commits »
tobru pushed to 1-initialize-project at servala/servala-portal 2025-03-07 08:16:31 +00:00
c2c5b62a63 initialize docker build