jwr1

joined 1 year ago
[–] jwr1@kbin.social 0 points 9 months ago (6 children)

Thanks, that's helpful.

 

I've been working for the past week on a new kbin app. At the moment, it's just a prototype and only the "Feed" view has content (you can't sign into an account or post anything yet); you can see threads, thread images, thread comments, thread links, and thread votes/boosts. You can also change the "Theme Mode" and "Instance Host" in the settings.

Here's a link to the source code (contributions welcome for those that know flutter): github.com/jwr1/interstellar.
For testers, here's the link to the latest working build: github.com/jwr1/interstellar/releases (AppImage and APK).

Feel free to post any bugs or suggestions in the comments, on GitHub, or on the Interstellar magazine.

Again, this is just a prototype. If someone else is working on a better kbin app, I might just use that instead.

 

Not my startpage, but I thought it looked interesting:

GitHub: https://github.com/gethomepage/homepage
Website: https://gethomepage.dev

A modern, fully static, fast, secure fully proxied, highly customizable application dashboard with integrations for over 100 services and translations into multiple languages. Easily configured via YAML files or through docker label discovery.

https://gethomepage.dev/v0.7.3/assets/homepage_demo.png

With features like quick search, bookmarks, weather support, a wide range of integrations and widgets, an elegant and modern design, and a focus on performance, Homepage is your ideal start to the day and a handy companion throughout it.

  • Fast - The site is statically generated at build time for instant load times.
  • Secure - All API requests to backend services are proxied, keeping your API keys hidden. Constantly reviewed for security by the community.
  • For Everyone - Images built for AMD64, ARM64, ARMv7, and ARMv6.
  • Full i18n - Support for over 40 languages.
  • Service & Web Bookmarks - Add custom links to the homepage.
  • Docker Integration - Container status and stats. Automatic service discovery via labels.
  • Service Integration - Over 100 service integrations, including popular starr and self-hosted apps.
  • Information & Utility Widgets - Weather, time, date, search, and more.
  • And much more...
[–] jwr1@kbin.social 6 points 11 months ago* (last edited 11 months ago)

I use Cosmos Cloud because it makes managing my containers and hosting them a lot easier. It includes a reverse proxy (with anti ddos and anti bot), an OIDC server, a container manager (lets you import docker composes too), easy container deploy through app store, multiple users, and more. It's also supposed to come out with a few features that let you connect through a VPN (so your services are not directly exposed) and set up cgnat bypass / hide your ip.

[–] jwr1@kbin.social 1 points 1 year ago* (last edited 1 year ago)

I completely agree. It's not up to me (@NotSteve_), but I would be fine with unprivating the old subreddit and making it read-only. I felt the same way when we first migrated, so I at least archived the top 20 or so posts (https://kbin.social/m/startpages/t/12385), but obviously that's not nearly anywhere close to the number of posts on the subreddit.

[–] jwr1@kbin.social 1 points 1 year ago

I've never actually tried to do this, so I don't know. The original support forum was from 4 years ago, so maybe it doesn't work for newer versions?

[–] jwr1@kbin.social 2 points 1 year ago* (last edited 1 year ago) (4 children)

I know I'm late, but here's the original post:

I was able to do this without an extension in Firefox. I followed the instructions here.

These are the steps I took:

  1. Open the Firefox installation folder. For me, this was "C:\Program Files\Mozilla Firefox"

  2. Under this folder, open the "defaults\pref" folder. If not present, make those two folders.

  3. Create a file called "autoconfig.js" inside the "defaults\prefs" folder, and put the following in it. This lets us run our own Javascript to configure the browser. The comment line at the top is required.
    //
    pref("general.config.filename", "autoconfig.cfg");
    pref("general.config.obscure_value", 0);
    pref("general.config.sandbox_enabled", false);

  4. Go back to the Firefox program folder ..\..

  5. Create a file named "autoconfig.cfg"

  6. Put the following in the file, replacing the value of newTabURL with the path to your startpage. This is 5 lines.
    // first line is a comment
    var {classes:Cc,interfaces:Ci,utils:Cu} = Components;
    var newTabURL = "file:///PATH_TO_YOUR_START_PAGE.html";
    aboutNewTabService = Cc["@mozilla.org/browser/aboutnewtab-service;1"].getService(Ci.nsIAboutNewTabService);
    aboutNewTabService.newTabURL = newTabURL;

  7. Profit.

[–] jwr1@kbin.social 4 points 1 year ago

Kbin doesn't have an api yet, so apps aren't supported (there are some in the works though for when the api goes public). In the meantime, you can install the pwa through a browser.

[–] jwr1@kbin.social 0 points 1 year ago (2 children)

Yes, spez is counting on us coming back after the 48 hours. We need communities to extend the blackout indefinitely to have any real effect.

3
submitted 1 year ago* (last edited 1 year ago) by jwr1@kbin.social to c/startpages@kbin.social
 

Tabiverse - A random planet in every tab

Website: https://tabiverse.com

Platforms: Chrome and Firefox

https://github.com/jwr1/jwr1/assets/47087725/fb13c926-efc1-40b8-ab3c-5eefbcd61e91

Fluidity - An accordion based startpage

Demo: https://prettycoffee.github.io/fluidity/

Source code: https://github.com/PrettyCoffee/fluidity

https://raw.githubusercontent.com/PrettyCoffee/fluidity/8ddf8dcb1772d329c14c7053850ca725cc5fb2ff/docs/default-theme.png

Pomme Page - Big buttons with easy click startpage for a browser

Demo: https://kikiklang.github.io/pomme-page/

Source code: https://github.com/kikiklang/pomme-page

https://raw.githubusercontent.com/kikiklang/pomme-page/9ce4e03e2c1014e4933fae13205660fc5a04bb50/assets/images/screenshot.png

Modular Grid Page - modular grid start page for your browser

Demo: https://timothypholmes.github.io/startup-page/

Source code: https://github.com/timothypholmes/startup-page

https://raw.githubusercontent.com/timothypholmes/startup-page/main/src/assets/preview/new-preview-light.png

Bento - The minimalist, elegant and hackable startpage

Demo: https://migueravila.github.io/Bento/

Source code: https://github.com/migueravila/Bento

https://github.com/jwr1/jwr1/assets/47087725/711d2832-737d-4bb7-992e-7c5c4c533f9d

Prismatic-Night (archived)

Source code: https://github.com/3r3bu5x9/Prismatic-Night

https://github.com/jwr1/jwr1/assets/47087725/0d4bdbed-c3f5-467f-9870-efa55508075d

Gruvbox Cat

Demo: https://kencx.github.io/startpage/

Source code: https://github.com/kencx/startpage

https://raw.githubusercontent.com/kencx/startpage/e43602181f23e4b0ce31406bf1d1de76b973f2ce/startpage.gif

HomePage

Source code: https://github.com/nixton9/HomePage

https://github.com/jwr1/jwr1/assets/47087725/c479c53a-c744-4d15-9678-5126cb3f2b8b

HomeTerm - A "functioning" terminal as your browsers homepage!

Demo: https://hometerm.dev

Source code: https://github.com/Jaredk3nt/HomeTerm

https://raw.githubusercontent.com/Jaredk3nt/HomeTerm/f718aaef2bc5c89511058b9fbbfdf2205b0d819e/media/HomeTerm.png

Yet another generic startpage

Demo: https://prettycoffee.github.io/yet-another-generic-startpage/

Source code: https://github.com/PrettyCoffee/yet-another-generic-startpage

https://raw.githubusercontent.com/PrettyCoffee/yet-another-generic-startpage/65e08246d79cd93319163e72e66df970fa991242/themes/preview.png

Memex - A bookmarks and notes tool to help with storage and overview

Demo: https://kormyen.github.io/memex/

Source code: https://github.com/kormyen/memex

https://raw.githubusercontent.com/kormyen/memex/fb86d3c14e062b6dc95077997dc6ada76536072b/PREVIEW.jpg

My humble nightTab configuration

https://github.com/jwr1/jwr1/assets/47087725/89484ebf-f95b-4670-8ec2-17d6ed3e5eea

omg kitty

Demo: https://start.emii.lol

Source code: https://github.com/Aproxia-dev/startpage

https://github.com/jwr1/jwr1/assets/47087725/459de76c-207d-4c82-a221-dc8966b9b385

Start Cube

Demo: https://rice.capuno.cat/Archive/NotRice/websites/startpages/startcube/index.html

Source code: https://rice.capuno.cat/Archive/NotRice/websites/startpages/startcube.tar.gz

https://github.com/jwr1/jwr1/assets/47087725/02c16bdc-f97c-41e5-8a25-1e529d2df721

Bonjourr - Minimalist & lightweight startpage inspired by iOS

Website: https://bonjourr.fr

Demo: https://online.bonjourr.fr

Platforms: Chrome, Firefox, Edge, and Safari

Source code: https://github.com/victrme/Bonjourr

https://github.com/jwr1/jwr1/assets/47087725/128dd097-d826-482b-a1fd-f7dc561c3f8a

Minimalist Nord Firefox

Demo: https://not-a-dev-stein.github.io/min-nord-firefox/chrome/firefox-sweet-theme/startpage_alt/

Source code: https://github.com/not-a-dev-stein/min-nord-firefox

https://raw.githubusercontent.com/not-a-dev-stein/min-nord-firefox/72252077239af75f0e6b789e7614abbd2aa0b80e/chrome/firefox-sweet-theme/minimal-nord2.png

Volt Tab

Demo: https://zombiefox.github.io/voltTab/

Source code: https://github.com/zombieFox/voltTab

https://raw.githubusercontent.com/zombieFox/voltTab/4fa1e2aebec1270b0c7f1e4fed29205f49b7f28e/asset/screenshot/screenshot-001.gif

Parallax List

Demo: https://codeheister.github.io/parallax_list/

Source code: https://github.com/CodeHeister/parallax_list

https://raw.githubusercontent.com/CodeHeister/parallax_list/183d32e17c4206c7fb5dae6e6bf1ab2879158773/preview/preview.gif

nightTab - A neutral new tab page accented with a chosen colour

Demo: https://zombiefox.github.io/nightTab/

Platforms: Chrome and Firefox

Source code: https://github.com/zombieFox/nightTab

https://raw.githubusercontent.com/zombieFox/nightTab/a779ffd6d697f35ef43af52eb45a29a57d421992/asset/screenshot/screenshot-001.png

Homepage - A highly customizable homepage with Docker and service API integrations

Website: https://gethomepage.dev

Source code: https://github.com/benphelps/homepage

https://raw.githubusercontent.com/benphelps/homepage/3e01fc12e41a1c4dc824184da5f35c3b8ee83f14/images/1.png