Giter Club home page Giter Club logo

Comments (8)

juev avatar juev commented on August 27, 2024 1

Thanks!

Yes, I have a separate website with links. links.evsyukov.org
Another one with github actions: https://github.com/juev/links

I use linkding for his work. I don't like the fact that it is written in php and requires more memory. But it has a number of features that I like:

  • creating an archived copy using web archive
  • creating an archived copy of the page on a local disk
  • search by bookmarks, tags and description

Betula is a very interesting project, I have already looked at it. But I'm not ready to migrate yet.

I also created docker-compose files for your projects. And I use them to run on my Synology NAS:

https://github.com/juev/docker-compose

I tried to get rid of the git dependency in mycorrhiza. So far, without success. As a result, the alpine image is used in the same way as in your example.

from mycorrhiza.

juev avatar juev commented on August 27, 2024 1

links.evsyukov.org is not viewable without auth, by the way, is this intended?

I have several thousand saved links. Some of which are very personal. I wouldn't want anyone to see them. Going through all the links just to open them to others? I decided it was easier to keep it under lock and key.

from mycorrhiza.

bouncepaw avatar bouncepaw commented on August 27, 2024
Снимок экрана 2024-04-07 в 11 35 11

Can you find this? Depending on the screen size, this thing might be in a different place, but it is always there for logged in users. Enter the name of the category you want to add the hypha in and press Enter or the plus button near the input field. If the category does not exist, it will be created for you.

from mycorrhiza.

juev avatar juev commented on August 27, 2024

It's strange, but I don't see such a section on my pages.

wiki

from mycorrhiza.

bouncepaw avatar bouncepaw commented on August 27, 2024

Take a look at the users.json file. I suppose your user has editor group, for editing categories you would need at least trusted. I recommend you setting it to admin. You were actually supposed to create the first user with -create-admin CLI option, I guess I should make it more clear.

from mycorrhiza.

juev avatar juev commented on August 27, 2024

Now everything is working, thanks!
I changed the group from editor to admin and the categories appeared. Great, thanks!

from mycorrhiza.

bouncepaw avatar bouncepaw commented on August 27, 2024

Great!

P.S. I've taken a look at your wiki and website. You seem like a heavy bookmark collector! You might like Betula, a project related to Mycorrhiza, that was made specifically to collect many bookmarks. See my instance for an example.

from mycorrhiza.

bouncepaw avatar bouncepaw commented on August 27, 2024

Yeah, archived copies are wonderful, I want to have this too one day. links.evsyukov.org is not viewable without auth, by the way, is this intended?

Getting rid of Git is basically pointless, in my opinion. But it's possible. You have to pass a fake git in $PATH:

https://mycorrhiza.wiki/hypha/using_without_git

A script like this might do:

#!/bin/sh
case "$1" in
	add|commit|init|config)
		exit 0
		;;
	*)
		exit 1
		;;
esac

from mycorrhiza.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.