2026-04-16 18:37:54 +02:00
2026-04-16 16:46:04 +02:00
2026-04-16 18:37:54 +02:00
2026-04-16 16:41:53 +02:00
2026-04-16 14:04:35 +02:00
2026-04-16 14:02:43 +02:00

Minimal Profile

A Nextcloud 33 app that hides profile fields to create a minimal user profile.

Features

  • Hide profile fields like pronouns, social links, and more
  • Works on personal settings page

Installation

  1. Copy the minimalprofile folder to your Nextcloud apps/ directory
  2. Enable the app:
    occ app:enable minimalprofile
    

Usage

Set hidden fields using OCC config command

Hide the pronouns field:

occ config:app:set minimalprofile hidden_fields --value='["pronouns"]'

Hide multiple fields:

occ config:app:set minimalprofile hidden_fields --value='["pronouns","role","headline"]'

View hidden fields

occ config:app:get minimalprofile hidden_fields

Show all fields (reset)

occ config:app:delete minimalprofile hidden_fields

Available Fields

Field Description
pronouns User pronouns (e.g., she/her)
role Job title / role
headline Personal tagline
biography User bio
organisation Organization
phone Phone number
address Physical address
birthdate Birthdate
website Website URL
twitter Twitter handle
fediverse Fediverse handle
location Location

Examples

Hide just pronouns:

occ config:app:set minimalprofile hidden_fields --value='["pronouns"]'

Hide pronouns, role, and headline:

occ config:app:set minimalprofile hidden_fields --value='["pronouns","role","headline"]'

Hide all extra social fields:

occ config:app:set minimalprofile hidden_fields --value='["pronouns","role","headline","biography","website","twitter","fediverse"]'

Compatibility

  • Nextcloud 33
Description
No description provided
Readme AGPL-3.0 139 KiB
2025-04-09 11:51:28 +02:00
Languages
JavaScript 52.8%
Makefile 23%
PHP 12.2%
CSS 12%