Commit graph

88 commits

Author SHA1 Message Date
Kumi d42b6b5200
feat: update service listings and improve documentation
Swapped the listings for Invidious and Piped, including their descriptions and status, to reflect current service offerings and operational status accurately. Enhanced the UI layout in the base template for better navigation and clarity in service support actions. Membership and donation information has been expanded to include details on statute access, association joining methods, and legal requirements for data storage, emphasizing transparency and community involvement. Privacy policy updates include clarified data collection practices, usage specifics, and storage details, aligning with legal standards and user expectations. Also, terms of service now include provisions against harassment, aligning with community guidelines and safety.

These changes aim to improve user experience, ensure up-to-date information, and highlight the organization's commitment to privacy, transparency, and community safety.
2024-04-26 11:51:46 +02:00
Kumi 303b2e4dad
feat(services): Excluded Nitter from index and simple page
Updated the services.json to exclude Nitter from both index and simple search queries. This change is intended to streamline search results and improve the user experience by removing less relevant or redundant service listings. The adjustment ensures that our search functionality becomes more efficient and user-centric, focusing on services that are of higher importance or relevance to our user base.

This strategic exclusion might impact how users discover services, potentially improving overall satisfaction with search results by reducing clutter and enhancing the visibility of remaining services.
2024-04-23 19:54:13 +02:00
Kumi a6157c1f1e
feat: add CLI for server config
Introduced argument parsing to provide command-line options for configuring the server port and enabling debug mode, enhancing flexibility for local development or deployment needs. The changes include adjusting string quotes for consistency and minor formatting improvements.

This addition allows users to start the web server with custom configurations without modifying the source code directly, making it more convenient to run in different environments or debug as needed.
2024-04-17 10:45:28 +02:00
Kumi ddf20bbe69
feat(README): add support badge
Introduced a new "Support Us!" badge to the README.md to encourage contributions and support for Private.coffee. This badge not only visually enhances the repository's appeal but also provides a direct link for potential supporters to contribute, fostering a stronger community engagement.

The badge leverages custom styling and is powered by Private.coffee's own badge service, ensuring consistency with the project's branding and identity. This addition aligns with efforts to increase visibility and support for our open-source work.
2024-04-17 09:38:03 +02:00
jupfi fbc6251c5d Made kumi happy. 2024-04-14 20:53:10 +02:00
jupfi 72d99fb08f Lined up service buttons. 2024-04-14 20:51:59 +02:00
jupfi 8c3ec9bda9 Added cotton candy. 2024-04-14 20:36:54 +02:00
jupfi e52d18db9f Improved mobile mode. 2024-04-14 20:33:19 +02:00
jupfi 4d4a996ced Updated colors and titlebar. 2024-04-14 20:30:39 +02:00
jupfi 7c685aac4e Updated text colors for improved contrast. 2024-04-14 15:20:02 +02:00
jupfi d402b232b7 Added support us button. 2024-04-14 15:03:42 +02:00
jupfi f46a47dc5b Added cool logo .png. 2024-04-14 14:37:46 +02:00
jupfi deb8cb74bd Made stuff _pretty_. 2024-04-14 14:07:45 +02:00
jupfi d90ca5bd6a Creation of membership and donations page. 2024-04-14 14:03:44 +02:00
jupfi 05ed8d681f Better colors 2024-04-14 11:49:48 +02:00
Kumi 8d9d801aa6
feat(services): add MyIP.Coffee service
Introduced MyIP.Coffee to the list of services, offering users a tool to check their current IPv4 and IPv6 addresses. This enhancement broadens the utility range of our service directory, catering to those interested in networking and security aspects by providing quick access to their IP information.
2024-04-12 19:54:45 +02:00
Kumi e87d399dc5
feat(services): Add Piped as a YouTube alternative
Introduced "Piped" to the list of services, providing users with a
privacy-focused alternative to watching YouTube videos. Piped is
highlighted for its unique feature of eliminating Google tracking,
aiming to enhance user privacy and security. This addition enriches our
service offerings with more diverse options for users concerned with
online tracking.
2024-03-31 17:40:09 +02:00
Kumi f37c86cc3a
feat: update organizational details and improve readability
Updated the organization's name to include its full title "Verein zur
Förderung von Privatsphäre und digitaler Souveränität" and added the
Central Register of Associations (ZVR) Number across legal, privacy, and
terms templates to comply with disclosure requirements. Reformatted
content for better readability, ensuring consistent paragraph line
breaks and removing redundant whitespaces. These changes aim to enhance
transparency regarding the website's managing entity and make the policy
texts more accessible to users.
2024-03-29 15:40:45 +01:00
Kumi 4f2dc75866
feat(services): add BigBlueButton conferencing
Added BigBlueButton as a new service in `services.json`, providing users
with an open-source alternative for video conferencing, webinars, and
more. This addition includes its basic information, operational status,
and a direct link for ease of access. This update aims to enrich the
suite of services with more diverse options, catering to the growing
needs for reliable virtual meeting solutions.
2024-03-24 11:19:25 +01:00
Kumi 1c48c98b2e
feat(services): Exclude service from
indexes

The configuration for NocoDB in `services.json` has been
updated to exclude it from both the overall index and simplified
listings. This change aims to prevent the service from appearing in
search results and simplified service lists, due to privacy
concerns.
2024-03-15 13:56:21 +01:00
Kumi 39751f0bb7
feat(services.json): update NocoDB description
Update the `long_description` for NocoDB in `services.json` to include a
privacy notice about the visibility of users' email addresses to all
registered users. This change enhances transparency and informs users
about an important privacy consideration, ensuring they are aware of the
visibility of their email addresses upon registration.

This update is crucial for user awareness and helps in setting the right
expectations regarding privacy.
2024-03-15 13:49:00 +01:00
Kumi 9c7283dffd
feat(Caddyfile): support security.txt redirection
Introduced handling for security.txt requests in the Caddyfile
configuration to redirect users to a dedicated security page. This
change enables visitors to easily find security policy and vulnerability
reporting information by redirecting requests for
`/.well-known/security.txt` and `/security.txt` to
`https://security.private.coffee/security.txt`. Implementing this
standard practice improves transparency and security posture by
facilitating clearer communication with security researchers and the
public.
2024-03-15 10:55:50 +01:00
Kumi 41ffe2a07f
Update Git links in footer
Simplified the footer's Git repository links by consolidating the
KumiGit and GitHub URLs into a single link to the unified Git platform.
This change streamlines the user navigation and reflects the recent
migration to a central repository system.
2024-02-15 16:16:30 +01:00
Kumi a108b961bf
Add README for Private.coffee website project
Introduced a README file to provide basic documentation for the
Private.coffee website. This includes instructions on setting up a
development environment, running the site locally, and the licensing
information, thereby facilitating easier onboarding and contribution to
the project. The README ensures clarity on the project's structure which
is centered around a Flask application using a `services.json`
configuration.
2024-02-15 16:11:54 +01:00
Kumi 66f544a29f
Add Forgejo service details to services.json
Introduced Forgejo as an in-house Git forge to the services list. The
update includes its description, operational status, and a direct link
to foster better collaboration among team members by hosting and
collaborating on Git repositories internally.
2024-02-15 15:02:57 +01:00
Kumi b9529d71be
Add Binternet service and update Nitter status
Introduced 'Binternet', a privacy-focused Pinterest alternative, to the
list of services, including its description, status, and relevant links.
Updated the status of the 'Nitter' service from 'OK' to 'NOK' to reflect
a change in its operability or health status.

Ensuring service statuses are accurate for user awareness and trust.
2024-02-10 17:13:29 +01:00
Kumi 74dbe16b81
Enhance Rallly service description
Updated the long_description for the Rallly service in services.json to reflect that pro features are freely accessible post-sign-in, giving users clarity on the expanded offerings at no additional cost.
2024-01-17 19:19:14 +01:00
Kumi 911152fe1b
Update styling for enhanced visual harmony
Revamped the appearance of service boxes by introducing a new border color, increased padding, and an inset shadow, aligning them with a new coffee-themed color scheme. Modified the styling of navigation and footer elements to use the new `.bg-coffee` class, ensuring consistency across the UI. These changes improve the overall aesthetic coherence of the interface and enhance user visual experience.
2024-01-17 17:45:42 +01:00
Kumi 78cee3e7db
Update Nitter service status to operational
Resolved issues affecting the Nitter service, removing the notice about its poor operability. Nitter is now functioning as expected, and its status has been updated to reflect its current operational state. Users can browse Twitter without being tracked, using the Nitter front-end with confidence.
2024-01-17 17:19:56 +01:00
Kumi ac055ffb3d
Updated Matrix link for consistent chat room naming
Fixed the Matrix chat room URL in the base template to align with the standardized room naming convention. This change simplifies user access and avoids confusion by ensuring consistency across communication platforms.
2024-01-17 17:17:02 +01:00
Kumi a6e817d186
Update branding for Structables service
Renamed "Indestructables" to "Structables" and updated associated URLs and link texts in the service directory. Simplified the long description by omitting the note about forking the project, reflecting the rebranding and streamlining user experience.
2024-01-17 17:15:39 +01:00
Kumi 6b8b8be3b5
Taking out color gradient until I can figure something smoother... 2024-01-17 17:10:42 +01:00
Kumi 86d7e3338c
Updated Nitter service status and visibility in indices
The long description for the Nitter service has been modified to more accurately reflect its current state of functionality. Additionally, Nitter has been made searchable as it has been included in both the index and simple search views, suggesting an improved service status or a change in policy regarding its visibility.
2024-01-08 22:46:08 +01:00
Kumi 5e0ecedb3f
Implement service index exclusion control
Reworked service configuration to allow individual services to be conditionally excluded from the main index, increasing the flexibility of the display. Configuration files have been restructured and moved into appropriate subdirectories to improve project organization.

- Added `exclude_from_index` flags to all services within `services.json` to facilitate granular control over their visibility on the index page.
- Modified the `index.html` template to respect the new `exclude_from_index` setting, thus excluding specified services from being listed on the index page.
- Migrated `Caddyfile` and `privatecoffee.ini` to `contrib` directory for better separation of project contributions and core configuration files.

This update enhances the site's privacy features and enables easier navigation by allowing selective service display.
2024-01-07 11:27:30 +01:00
Kumi 3d655f11fd
Refactor matrix config in Caddyfile
Grouped `.well-known/matrix` related configurations under a named matcher `@matrix` in the Caddyfile. This change encapsulates the headers and responses for matrix-specific paths, improving readability and maintainability. It aligns with best practices for Caddy configuration, making future updates to matrix-related rules more straightforward.
2024-01-07 11:22:38 +01:00
Kumi 83db0fac6c
Enhance (?) service box styling with border and padding
Changed the styling of the service boxes to include a solid black border, rounded corners, and padding for better visual separation and aesthetic appeal. This update gives the elements a more defined and polished look, improving the overall user interface.
2024-01-01 12:26:17 +01:00
Kumi 7245f1474a
Initialized base HTML template and refactored pages
Implemented a shared base HTML template to DRY up the markup across the service’s various pages, including the index, legal, privacy, and terms pages. This centralizes common elements like headers, footers, and imports, facilitating easier updates and consistency in design across the platform. Existing content from these individual pages is now extending the base template, adhering to best practices in templating and reducing code duplication.
2024-01-01 12:14:51 +01:00
Kumi 704808c82f
Update service link and remove Tor alternative
Simplified the "services.json" by updating the primary link name and URL for a privacy-focused service and removing the associated Tor (.onion) alternative.
2023-12-31 14:42:43 +01:00
Kumi 72816fe551
Updated button styles based on service status
Adjust the dropdown button's color in the index page to reflect service status dynamically. Buttons now show as 'btn-primary' when the service is operational ('OK') and 'btn-danger' when it isn't, improving visual feedback for users.
2023-12-31 14:40:31 +01:00
Kumi 742ec4668e
Refactor Caddyfile routing directives
Simplified the routing and handling directives in the Caddyfile by removing explicit regular expressions for HTML files and reorganizing asset handling. All requests are now served with a more generalized approach, improving readability and potential maintainability of the server configuration. This change encapsulates asset file serving and reverse proxying under specific handles, ensuring a cleaner and more structured configuration.
2023-12-31 14:37:59 +01:00
Kumi 9c32a783c9
Switch Caddy reverse_proxy to Unix socket for HTML
Changed the HTML reverse proxy in the Caddy server configuration to use a Unix socket connection. This enhances security and performance by avoiding TCP stack overhead and protects against network-based attacks targeting the application server interface. This should only affect internal communication with the uWSGI server.
2023-12-31 14:00:51 +01:00
Kumi 193546fcde
Implement dynamic service rendering with Flask
Refactored the website to serve dynamic content using Flask, replacing static HTML pages. This allows for the centralized management of service data through a JSON file. Optimizations include:

- Added a .gitignore file to exclude Python and Flask-specific temporary files.
- Migrated static assets into an organized directory structure to facilitate Flask's static file serving.
- Removed redundant HTML files and created Flask template versions with dynamic content rendering.
- Introduced Caddy server configuration for the new Flask architecture, including headers for security and CORS policy, and reverse proxy settings for route handling.

With these changes, website maintenance and updates are simplified, allowing for service information to be updated in a single location (`services.json`), which then propagates to the user-facing pages automatically.
2023-12-31 13:59:13 +01:00
Kumi 016f03b06b
Use inline styling for simple.html 2023-12-26 19:25:52 +01:00
Kumi adaa48af2e
Add simple version for Element embed 2023-12-26 19:21:13 +01:00
Kumi cbac8b54ea
Revert "Updated asset URLs to absolute paths"
This reverts commit d159175915.
2023-12-26 18:56:39 +01:00
Kumi d159175915
Updated asset URLs to absolute paths
Switched all asset references to absolute URLs to ensure consistent resource loading, especially when the website is accessed from different subpaths. This change resolves the issue with relative paths causing resources to fail to load on pages outside of the root directory. It enhances reliability and user experience across the site.
2023-12-26 18:49:05 +01:00
Kumi 965563ec16
Update Invidious status 2023-12-25 13:11:46 +01:00
Kumi 512b00d897
Update Invidious service status notice
Moved and updated the Invidious service card in the list of services to flag it as currently non-operational, now featuring a warning description and a more attention-grabbing 'btn-danger' class to alert users to the service disruption.
2023-12-16 21:06:44 +01:00
Kumi b74105bb2b
Add Mastodon instances to service offerings
Introduced Mastodon as a new service in the offerings section on the homepage. Two instances, skrt.social and cuddly.space, are now prominently displayed with brief descriptions and calls-to-action, expanding our social network presence and giving users more options for decentralized communication.
2023-12-10 10:21:52 +01:00
Kumi 6d708fa442
Fix metasearch engine name in index.html
Correct the name of the metasearch engine from "LibreX" to "LibreY" in the paragraph describing its features on the index.html page. This change aligns the displayed name with the actual product name, ensuring accuracy and consistency. This fix enhances user understanding and prevents confusion. No issues are associated with this commit.
2023-11-22 18:32:11 +01:00