是否有其他绕过缺少分类审核的方法,例如创建多个论坛实例?

大家好,

我很遗憾地意识到,在我完成所有设置之后,才发现没有针对特定类别的 moderation(审核)权限。不过,我总体上非常喜欢这个论坛,并正在尝试寻找某种变通方法。我看到这里有一个标签系统,是否可以根据帖子应用的标签来设置自定义权限,或者类似的功能?

主要目标是:开发者 A 拥有类别 A,开发者 B 拥有类别 B。开发者 A 和 B 都可以看到彼此的类别,并在其中发帖,同时以普通用户的身份浏览论坛其余部分。但开发者 A 只能在类别 A 中编辑帖子、设置置顶、删除内容等,开发者 B 同理,仅限其各自的类别。

我意识到,目前无论是通过信任等级还是 moderation 权限都无法实现这一点。那么,是否有其他变通方案可以限制对非分配类别的编辑权限?即使只是基于用户特定设置或组成员身份,在不属于自己类别的其他类别中隐藏“编辑”或“删除”功能也可以。

如果这仍然不可行,那么在 Docker 镜像中设置多个论坛实例需要哪些条件?即使它们使用相同的数据库,也许可以通过不同的前缀或其他方式区分?与其按类别限制,不如为每个开发团队设立一个小型独立论坛。我可以为每个论坛创建一个管理员账户,然后为每个团队在其论坛中授予 moderator 权限,让他们自行管理。我设想,一旦 Docker 和数据库运行起来,假设另一个网站实例可以通过子域名独立运行,这是否合理?

我知道这并非完全可比,但我之前使用的论坛通过标签来控制是否允许编辑:一个组被分配给某个标签,如果该标签是父标签且他们拥有父标签的权限,那么他们可以对该标签下的所有内容进行操作。Discourse 是否有类似的修改方案?

我非常感谢大家对此的任何见解,特别是关于运行多个实例的经验,包括其性能表现以及实现步骤。

谢谢!

You can use Multisite configuration with Docker to run multiple instances.

1 个赞

Is there any rough (very rough, as in it uses 10% more than standard, to it uses 50% of standard is fine as long as anyone has at least used it) estimate of what % increase of resources another instance requires, I would imagine once the overall setup is there its not a crazy amount more.

It’s not much more. It might work with a 2gb server, though I’m using 4gb.

You can also use one site as the SSO master and have the others authenticate against it.

If you can trust moderators to moderate one category, can you not trust them not to moderate the others?

My site is going to be for developers of completely different teams. Some of which may be in competition with each other. Each category would be their own section for their team. There is no need or want for anyone to do any editing or moderation outside of their own section. I would handle the global moderation. Do I expect there to ever be any issues? No. Could there be? I hope not, but yes, there could be. Why risk it if I don’t have to? If each team has their own permissions and they can support their users within their own confines, then everything is good.

As far as running multiple instances. In your best estimate, how many instances could possibly be run on say, a 4gb machine, or perhaps an 8?

2 个赞

Given that you don’t have issues with traffic, you could definitely do eight. I think that I have more than that.

I meant how many do you think I could manage to run with 8gb of ram, but it is good to know that I could at least do 8 to start out with. I currently have 4gb in my VPC How do you have it setup? I saw people link and talk about separate containers, is that how you went about it?

Ideally I could just have one board and the categories locked down, but unfortunately, it just doesn’t seem like that is going to work. How would the SSO going back to the main DB handle permissions of the local instance? Would that not end up having the same issues just across multiple boards now instead of one? If someone is made a mod of one board, does the SSO then carry over to other boards because it is centralized or are mod / admin permissions localized just to the board in which they are assigned?

Does doing it that way let you centrally manage the users? Say user A is using board B, but its authenticating through board A, does cutting them off from board A also cut them off from board B, or does B have its own settings in which they could still get on?

Each board would have separate admins and all on. Sso would just mean that they don’t have to have multiple passwords and that logging in to one site would log you in to all.

Yes. I have separate data and web containers.

The offer possibility is that you don’t need separate moderators. It sounds like you’ll have a set of people who know each other. Do you anticipate having many messages that will need I be deleted because people are behaving badly? Perhaps you can just lock down the category and everyone will behave

It is not so much deleting things, but possibly, and occasionally. As I said, the board is for developers to be able to communicate with their users. Each developer / development team creates a different app or suite. Most of them do not know each other, but they all make plugins and what not for the same parent application, that is the only thing that ties everyone together. Which is why its important that the users can view and post in all categories, because I alone own 30-40 different plugins, so I would be all over the board. I want the dev to be able to create and manage their own FAQ, be able to sticky it at the top of their own section, be able to post tutorial videos, and also manage their own users posts if need be within their category. Each category would essentially act as their own mini forum that they manage, and each dev would be responsible for their section only.

I am paying for the hosting, doing all the setup and what not to support the developers because I want to, and I would hate to have them migrate over only to have some one else come in to their section and goof something up because they had more permission than they needed. Not one of these devs are meant to moderate the forum as a whole, because the forum as a whole is nothing but smaller subforums for each dev and their software and their users. Think of a category as its own forum, or an apartment in an overall building. You don’t want someone else to just come in to your apartment. You want a set of keys and you just do your thing in your apartment. Sure, every one of your neighbors seems like a good person, but you never know. Then here is a superintendent in case of an emergency, which would be me.

That being said, I will have to see about trying to do multi-instance and then I can just provide each dev / team their own whole forum. Unfortunately though, if that is the case, it might be better off to just find a different lighter weight forum system. I liked this one because of all the other features as well, but all of that other stuff make it pretty beefy requirement wise with all of the docker components and everything else. So it seems a bit of a waste to run several of them. I would love to be able to use this, if only it just had that one missing feature. I assumed it did when I installed it because it had every other feature under the sun from badges to tags, to a built in api, why would it not have category moderators? Every other forum out there basically does. I guess I should have specifically checked that.

Because I am still new to this forum, it may not let me reply anymore again, that happened last night as well, lol.

The only thing that I think you can do is to let non moderators pin a topic I believe that everything else you can do with normal permissions.

You can create a group and assign a group owner who can decide who can join the group. You can configure a category so that only members of the group can see it. A trust level three user can change the title and category of a topic.

A user can create and edit a FAQ.

You might get by fine with a single forum.

Thats the thing though, everyone needs to be able to see all of the categories, because someone who uses the product of one of them very well could use more than one. The only thing I want to be restricted is editing items in a category in which you are not assigned / allowed, but you can edit whatever is in your category. if you are the “owner” of it. That is pretty much what it boils down to.

We now have Category Group Reviewing. I’d love to hear if it works for your use case!

3 个赞

现在这已成为可能,详见:Category Moderator Improvements

2 个赞