Advanced Search
Search Results
589 total results found
Overview
Monica is a personal relationship manager and journaling software that helps you keep track of your relationships. Build a personal log for each of your relationships, making sure you remember important details. Keep a journal about your day or keep trac...
Preparation
There are some things we need to do in preparation to install this service. Volumes Persistent Data This is where the service will store its own application data and ensures we can quickly update the service image. Ensure your user has permissions to acc...
Installation
The service can be installed through the Portainer web interface. Learn about creating a new stack. Docker Compose Use the following code to install the service: --- services: app: image: monica:apache depends_on: - db ports: ...
Updating
Backup and Re-Deploy the Stack This service has been optimized for running in Docker. We recommend backing up your data before doing major updates. This allows you to re-deploy the stack through Portainer to download the latest updates.
Development
This software is released under the AGPL-3.0 license. You can learn more about how to contribute to Monica through their GitHub. The development team also accepts sponsorships.
Resources
Official Official Documentation Official Forum Official GitHub Repository Official Website Installation Guide
Overview
Ward is a basic dashboard to monitor your server's hardware resource usage. Tryout a Ward demo. Monitor your processor, memory and hard disk usage. See at a glance how long your server has been running. Attractive interface that supports light and dark...
Preparation
There are some things we need to do in preparation to install this service. Capabilities SYS_PTRACE This grants the container access to tracing currently running system processes.
Installation
The service can be installed through the Portainer web interface. Learn about creating a new stack. Docker Compose Use the following code to install the service: --- services: ward: restart: unless-stopped container_name: ward ...
Updating
Re-Deploy the Stack This service has been optimized for running in Docker. This allows you to re-deploy the stack through Portainer to download the latest updates.
Development
This software is released under the MIT license. The developer accepts donations.
Resources
Official Official GitHub Repository Official Website
Overview
Uptime Kuma is a unified dashboard interface for monitoring your services. Tryout an Uptime Kuma demo. Monitor your Docker containers directly or configure with many other protocols like HTTPS, TCP and Ping. Receive notifications when a service goes off...
Preparation
There are some things we need to do in preparation to install this service. Volumes Persistent Data This is where the service will store its own application data and ensures we can quickly update the service image. Ensure your user has permissions to acc...
Installation
The service can be installed through the Portainer web interface. Learn about creating a new stack. Docker Compose Use the following code to install the service: --- services: uptime-kuma: image: louislam/uptime-kuma:1 volumes: # Pe...
Updating
Re-Deploy the Stack This service has been optimized for running in Docker. This allows you to re-deploy the stack through Portainer to download the latest updates.
Development
This software is released under the MIT license. You can learn more about how to contribute to Uptime Kuma through their documentation. The developer also accepts sponsorships.
Resources
Official Official Documentation Official GitHub Repository Official Website Installation Guide General Troubleshooting
What Next?
Imstall services, create another server, awesome self hosted, how you can help. all of these software packages are open source. they seek and thrive off of feedback from their community of users. contribute to them. there are problems within the open source...
What is a Server?
When most people think of a server, they imagine a rack in a data center at a large tech company. Within computers, "server" can be referring to both specialized hardware and software. While server hardware is geared towards reliability and uptime, any compute...