Your own ngrok with rdns and tunnelan idea by dpeng Project DescriptionToday developers use ngrok for tunnel local host to public server in order to expose local rancher server to public(for registering downstream cluster). This has some downsides that if you don't pay, you will lose the domain once you exit ngrok. So I would like to create a separate project that does what grok provide, but with the flexibility to keep your own domain(of course without paying). This can be done with our dynamic DNS project https://github.com/rancher/rdns-server and a tunnel server. https://github.com/rancher/remotedialer. |
Internet, are you ok? A voyage into Vue, Vuex, Nuxt and Typescripta project by richardcox |
Playwright for openQAa project by kraih Project Description |
multipath-tools: improve CIa project by mwilck Project Description |
multipathd: improve asynchronous behavioran idea by mwilck Project Description |
multipath-tools: cleaner model for path device informationan idea by mwilck Project Description |
Improve Webtool "Football Team Manager"a project by holgisms In order to get me help managing our football (en_us: "soccer") team, I developed a web tool in php. |
csbot improvementsa project by jeremy_moffitt Project Description |
Understanding "Artificial Intelligence", "Machine Learning", "Deep Learning"an idea by awh |
openQA log reader / openQA graphical clienta project by apappas |
Remote alarm system using RaspberryPi pico for box rooma project by scabrero |
Python bindings for Bosch Sensortec Environmental Cluster (BSEC) libraryan idea by scabrero Project Description |
Salt roster module for SUSE Manager/Uyunian idea by vzhestkov |
Develop a monitoring system with web frontend for virtualization serversan idea by nzhang |
Rancher and cf-on-k8san idea by mgrifalconi Project DescriptionCloud Foundry For Kubernetes (cf-for-k8s) blends the popular CF developer API with Kubernetes, Istio, and other open source technologies. The project aims to improve developer productivity for organizations using Kubernetes. cf-for-k8s can be installed atop any conformant environment in minutes. |
Restructure the services on HA team lab servers and use harvestera project by wanghaisu Project Description |
k8s-rook-clienta project by haass |
Family with Lightweight Kubernetes - K3s + Kebuvirta project by xguo |
GNOME remote desktop review.an idea by yfjiang This project [0] investigates the progressive project to allow GNOME natively support remote desktop (either on X11 or Wayland). The goal is to understand the current project status (issues, limitation), design logic and relevant techniques (eg. pipewire needs to review). |
GB18030-2005 full standard deeper review.an idea by yfjiang The Chinese GB18030-2005 standard (https://en.wikipedia.org/wiki/GB_18030) defined a very wide range of ideograph set and we did not find free fonts which are fully compliance with the standard (Though the noto-* can support the mandatory part of the standard). This project tries to seek the maximum capacity that free fonts could possibly meet the full standard, and try to find out what are missing. |
Separate kernel module signature to a independent filean idea by joeyli |
Single Cluster RBAC for Prometheus Operatoran idea by aiyengar2 |
Learn ECDHan idea by jsikes Project Description |
Getting started with deep learning - face detectiona project by mlin7442 Project Description |
Ambrogio - a privata consierge for you and your petsan idea by rsblendido |
Qactus (Qt App) packaging dashboarda project by simotek |
json creation script for jenkins pipelines that contains our MU urlsa project by ktsamis Project DescriptionI want to create a python script that will create the MU json we use already automatically. Essentially fill in this template and this |
Velero VolumeSnapshotter plugin for Longhornan idea by jenting |
Porting a Robot to 64 bit ARM / Raspberry Pi 3a project by simotek |
Carrier API + Web UIa project by DKarakasilis Project Description |
Comparing SLES builds with Golang in automatic openQA review scriptan idea by waynechen55 Project DescriptionopenQA job group review script had already been developed in previous hackweeks: |
Learning Linux kernel Modulea project by JNa |
Get familiar with k3sa project by riafarov |
Use and learn Harvestera project by ganghe |
Deep learning practice - Intelligent cameraan idea by ThomasRen Project DescriptionI am learning deep learning courses, so this tiny project(or named demo) is to do some practice. |
smart car based on raspberry pia project by lansuse Project DescriptionI made a smart car with raspberry pi in the hackweek18, brought up ultrasound sensor and camera module in hackweek20. Now I want to finish the remaining part of the code. |
vnc connection within openqa projectan idea by coolgw Project Description |
How to build a container imagean idea by xlai Project DescriptionI am in VT test team, not familiar with containers. But it is a trend that vms and containers are managed in the same management framework. And kubevirt project is one way for this. Recently we are also testing kubevirt. So understanding how container images are built and work helps to grow in this area. |
Learn VFIO / virtioan idea by acho |
Study the book of 'Using Python for DATA Analysis'an idea by leli Project Description |
Learn some knowledge about k8s and Rancher's productsa project by yosun Project DescriptionI'm totally new in k8s, when I hear Rancher's product in all-hands I couldn't image what's that is. I'd like to take some time to learn some basic knowledge about k8s and Rancher's products. |
Investigate NeuroFedora and package the missing pieces in openSUSEan idea by qkzhu Project Description |
Research and develop tools to improve efficiencyan idea by zyuhu Project Description |
Leveraging Ceph in the Harvester projectan idea by kieferchang |
Bonus project: Chameleon paintingsa project by kstreitova This is an extra project for Hack Week evenings because there is never enough chameleons. Never. |
Learn Real Time Linux on Raspberry Pi aarch64 and build 4WD robota project by jahudson Project DescriptionI plan to learn how to program for PREEMPT-RT (Real Time) patched Linux kernel on aarch64 architecture. I will use a digital oscilloscope and a raspberry pi to compare preempt vs preempt-rt kernels on aarch64 vs a micro-controller. I then plan to build a 4WD robot utilizing the Raspberry Pi, I2C sonar sensors, DC motor controller and camera. |
HobbyFarm Helpa project by baumaeam |
Rancher Releasesa project by jpayne Project Description |
Loganalyzer/LIDS with OSSECa project by rwawrig Project DescriptionCreating an alarm system in case of a rogue app filling up disk space with logs, system error or break-in attempt. |
Jitsi for Hackweeka project by rsimai Primarily to support Hackweek, but also to gain experience for a potential future corporate use, I like to run the open source Jitsi in a SUSE context and within a setup that is close to what SUSE IT is doing. |
Add Valgrind checks to Libgcrypta project by pmonrealgonzalez Project Description |
Upstream support for RPi4 CM4 and Pi400a project by nsaenzjulienne |
Native build of openSUSE WSL images on aarch64a project by lkocman Project Description |
apache2 package adjustmentsan idea by pgajdos Project Description |
Cockpit for YES Certificationa project by nm75 |
Virtual reality web developmentan idea by Pastafly |
Git stochastic bisectiona project by jankara Bisection is a well known method of localizing which commit caused a regression in a code repository. git-bisect is a particularly used tool for this problem in git repositories. However it is often the case that the failure is probabilistic in nature - either because we don't have a reliable reproducer of the failure and thus not reproducing a problem on a particular commit does not mean the problem is not still present there, or because of inherent variability of e.g. performance regressions. Bisection for such failures is problematic as it takes only one false result for the bisection to end up in an unrelated part of code history. So in these cases we usually have to heavily extend runtime of a reproducer or do multiple test runs or multiple bisection runs to minimize a chance of error. |
Near-zero downtime upgrades for stateful services with Rancheran idea by mlnoga Project Description |
Create container image as replacement to run Multi-Machine testsuite in openQAa project by bchou Purpose: |
Learn AppArmora project by jiriwiesner |
Rancher & Gardener: Stronger Togetheran idea by mlnoga Project Description |
Porting ukui desktop for openSUSEa project by hillwood |
Get EBBR boot working on Olinuxino A64an idea by radolin |
Learn Smalltalkan idea by ccalancha |
Setup a SUMA 4.1 test environment with minimal Hardware & VMsan idea by winddss |
investigate GTK4.0a project by qzhao I want to study GTK 4.0's new feature. |
SUSE System Certification Kit Video Tutorialsan idea by dstokes |
Speech Emotion Recognition with Python/MLan idea by vliaskovitis |
Enhance the xmlformat.pl script with sentence-wrappingan idea by tbazant [comment]: # Wrapping text inside DocBook XML files after the sentence ends seems more useful than wrapping it at specified line length - for example diffs are more tidy. |
Modern frontend build tooling for Uyunian idea by Etheryte Project Description |
PyGithuba project by StevenK PyGithub is a Python library to access the GitHub v3 REST API. |
A tool comparing openqa test result of any two test runs for job groupan idea by tonyyuan [comment]: # This tool is used to compare test result of any two test runs (two builds) for a job group. [comment]: # The architecture design is done. The backend is basically working. Frontend need to implement. |
Texas Holdem Poker "night"a project by ories Project DescriptionNot a Hack Week project per se, but I am trying to connect with a few like minded people - I like playing Texas Holdem poker and am tired of playing bots/strangers online. I am hoping to gather a few fellow players for a game. |
reddit/twitter crawler w/ sentiment analysisa project by ories Project Descriptioninspired by the GME craze, and countless similar implementations I would like to pull data (keyword driven) from reddit/twitter and run sentiment analysis on it, perhaps with some deduplication / bot detection |
Improve the gnome-shell extensionsa project by xiaoguang_wang |
Uyuni as a Bootstrap themean idea by Etheryte Project Description |
The Typescript Gamea project by Etheryte Project Description |
investigate Bose headset tools and add support for QC Earbudsa project by fcrozat |
Estimating the level risk level and confidence of deliverablesan idea by rtsvetkov [comment]: # Estimating the level risk level and confidence of deliverables [comment]: # just starting |
Get familiar with moodle.opensuse.org by creating the training "Network basics"a project by mstrigl Create a course in moodle.opensuse.org |
Bird watcher with Raspberry Pia project by scuescu |
containerizing MicroOS Desktop componentsa project by fcrozat |
knotsa project by LarsMB Summary |
Show Me The Key: A screenkey alternative that works under Wayland via libinputa project by AZhou Updated over 2 years ago. 2 hacker ♥️. 4 followers. |
Anomaly analyser, predictor for kubernetes(Rancher)an idea by sbabusadhu |
Speed hacking on my Xiaomi Scooter Pro 1a project by fanyadan Project Description |
Learn about io_uringan idea by zhonglidong |
Bridle - Terraform remote backend in Kubernetesa project by nroberts Project DescriptionTerraform's remote backend requires a Terraform Cloud account and has an initial limited offering. While the initial offering is suitable for small resource management and teams this quickly becomes an issue as usage demands increase. In addition Terraform's remote operations (plan,apply, etc) are executed on HashiCorp's cloud resources which present issues for sensitive data such as passwords and access keys. Users are also constrained to as what tooling is available on the remote execution environment for example having |
Localize Uyuni - SUSE Manager in Italiana project by deneb_alpha |
Make kernel-*.spec cross buildablean idea by adrianSuSE Project Description |
Chimera Policy Huba project by flavio_castelli |
Cluster Python APIa project by fmherschel |
FuseML - accelerate your Hack Week ML projectsa project by stefannica |
Make a Raspberry Pi boot in less than 3 secondsan idea by akedroutek Project DescriptionThis is quite new to me but as I want to understand ARM and its boot process better here is the deal: |
Code quality metrics frameworka project by llansky3 Project Description & Goal |
Learn how Linux kernel interacts with a hard-realtime OSan idea by colyli |
Learn the book of Linux KVM Guide and practise based on the bookan idea by zoecao Project DescriptionI have learned 70% of the book. I'll finish it and do some practice based on what I learned from the book during hackweek20. |
Digger the Zypperan idea by hjluo |
User Story theme + Okta logina project by cyntss |
nvme monitor: continuous discovery and connect to discovered subsystemsa project by ematsumiya Project Description |