What is the best podcast editing software? This guide considers features like recording, editing, sound quality, built-in tools, and training resources.| Learn Digital Marketing
In our last blog post, you saw how publishing your materials in our Permanent Public Gallery helps your loved ones remember you for who you are. Public archives allow you to author your story, in your own words, in a way that reflects the legacy you wish to leave behind. Beyond that, you can also honor the memories of your loved ones by curating a public archive that captures their life’s joys and triumphs. “The living owe it to those who no longer can speak to tell their story for them...| Permanent.org
Publishing materials helps ensure that you are remembered for who you are. During March of 2024 we ran the first cohort of our Legacy Lab program. The program was designed to help our members get started by giving them step-by-step instructions on how to tell a single story using our platform, resulting in several new public archives in the Permanent Public Gallery. The Permanent Public Gallery is how we celebrate the power of personal stories and the impact they can have on future generation...| Permanent.org
All people have a legacy that deserves to be preserved. In other words, we believe it is an essential human right to be able to preserve your legacy. A single story from someone who cares can inspire others to leave the world a better place. One such example of this is the “The I Defend Rights – Memria x Norwegian Human Rights Fund Archive” in our public gallery. Leveraging oral histories recorded on Memria.org, the Norwegian Human Rights Fund’s archive on Permanent acts as a place to...| Permanent.org
GitLab CI/CD pipelines can be used to automatically build and push Docker images to the GitLab Container Registry. Beyond building a simple image, in this article I will show how to define a workflow that builds and pushes a multi-platform image (amd64,arm64,arm32) with manifest index to the GitLab Container Registry. This is enabled by using ... GitLab: automated build and publish of multi-platform container image with GitLab pipeline| fabianlee.org
In a previous article, I described how to expose a Github source repo as a public Helm repository by enabling Github Pages and running the chart-releaser utility. In this article, I want to remove the manual invocation of the chart-releaser, and instead place that into an Github Actions workflow that automatically publishes changes to the ... Helm: automated publishing of Helm repo with Github Actions| fabianlee.org
The only requirement for a public Helm chart repository is that it exposes a URL named “index.yaml”. So by adding a file named “index.yaml” to source control and enabling Github Pages to serve the file over HTTPS, you have the minimal basis for a public Helm chart repository. The backing Chart content (.tgz) can also ... Helm: manually publishing Helm repo on Github using chart-releaser| fabianlee.org
Github Actions provide the ability to define a build workflow based on Github repository events. The workflow steps are defined as yaml and can be triggered by various events, including a code push, branch, or tagging in the repository. In this article, I will show how to define workflow steps that build and push a ... Github: automated build and publish of multi-platform container image with Github Actions| fabianlee.org