Cloudron makes it easy to run web apps like WordPress, Nextcloud, GitLab on your server. Find out more or install now.


Skip to content

PrivateBin

8 Topics 50 Posts
  • PrivateBin - Package Updates

    Pinned
    21
    0 Votes
    21 Posts
    2k Views
    Package UpdatesP
    [1.9.6] Update PrivateBin to 1.7.6 Full Changelog ADDED: Ability to copy the paste by clicking the copy icon button or using the keyboard shortcut ctrl+c/cmd+c (#​1390 & #​12) CHANGED: Allow toggling tab-key-support using [Ctrl]+[m] or [Esc] in textarea for keyboard navigation (#​1386) CHANGED: Switched to WASM streaming and replace unsafe-eval with wasm-unsafe-eval CSP declaration (#​1464), requires webserver to have application/wasm MIME type configured. CHANGED: Replaced usage of strpos with str_starts_with & str_contains (#​1373) CHANGED: Added polyfill libraries for ctype, str_starts_with & str_contains functions (#​1476) CHANGED: Turned paste delete link into a button (#​266) CHANGED: Upgrading libraries to: DOMpurify 3.2.4, cloud-storage 1.45.0, aws-sdk-php 3.336.2 CHANGED: bootstrap5 template UI improvements FIXED: Redirect to the home page after changing the language (#​92)
  • Allow for Alias domains

    Solved
    6
    1 Votes
    6 Posts
    343 Views
    girishG
    I think unless upstream reports support for multiple domains, it's safer not to support it on the packaging side. An app can use many feature like local storage, csp, display in the ui etc which are domain based and won't work with multiple domains. This is the main reason why multiDomain is an opt-in in the manifest and not turned on by default for all apps.
  • Cannot change expiration date

    Solved
    7
    1
    2 Votes
    7 Posts
    692 Views
    luckowL
    yep. fixed. [image: 1715674480133-583abba4-9be7-4980-a258-e348b27a3e37-image.png] [image: 1715674497761-e5a7f049-96e2-4f38-99da-3564dfe399ca-image.png]
  • 2 Votes
    2 Posts
    953 Views
    ericdrgnE
    @LoudLemur If you go to the file manager for you PrivateBin app you can change line 41 to be what you want. https://github.com/PrivateBin/PrivateBin/wiki/Templates (same link the cloudron docs provide) the PrivateBin repo provides examples of templates so you can add those. Below is lines 40 and 41 if you want to use the bootstrap dark template do the same thing. ; template to include, default is "bootstrap" (tpl/bootstrap.php) template = "bootstrap-dark" The Cloudron docs then go into what you need to do if you want to create your own template to use with PrivateBin. You would create the custom.php template and add it to the file manager in /app/data/custom_template/custom.php and then go back into the conf.php file and change line 41 to be the below. template = "custom"
  • what is best if I add new language file ?

    3
    0 Votes
    3 Posts
    537 Views
    girishG
    @freetommy https://github.com/PrivateBin/PrivateBin/wiki/Translation says they use crowdin. So, you can use that interface to help translate.
  • Customizing Look and Feel

    2
    1 Votes
    2 Posts
    511 Views
    T
    @telos-one looks like the PrivateBin wiki has some configuration options that you're able to use, including a title. But on first glance I didn't see a way to switch out the logo. Worth a glance and a potential question on their Github issues.
  • custom theme not working

    6
    1
    0 Votes
    6 Posts
    1k Views
    GrienauerG
    @thetomester13 yes. it is about the privatebin templates, but I think it is also tricky to update these because hash-check-values for js files etc… I tested it and they will now be picked up. I checked it now. after a new update, it is already broken. a custom theme should also have the js hash numbers to verify and after an update these (or something else changes and the new template does not work any more. so custom themes are not a good idea in the actual state of the module, how it works now. someone has to dig deeper into it to find maybe a proper solution. for now I would say, it is not a good idea to do so, like nebulon suggested already and I have now the proof for that
  • PrivateBin Bugfix

    Moved
    3
    0 Votes
    3 Posts
    1k Views
    girishG
    @legacy I have pushed an update to privatebin package which picks up the fix